From 4cf01fa19d5d5d82d959c4bf472fe14f008466c2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 4 Dec 2015 21:28:51 +0000 Subject: Add glacier2.service icebox.service slony1.service --- systemd-units/glacier2.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd-units/glacier2.service (limited to 'systemd-units/glacier2.service') diff --git a/systemd-units/glacier2.service b/systemd-units/glacier2.service new file mode 100644 index 0000000..2eadf81 --- /dev/null +++ b/systemd-units/glacier2.service @@ -0,0 +1,15 @@ +[Unit] +Description=ZeroC ICE Glacier2 Router + +[Service] +Type=simple +StandardOutput=journal +StandardError=journal +Restart=always +StartLimitInterval=10 +StartLimitBurst=5 +ExecStart=/usr/bin/glacier2router --Ice.Config=/etc/conf.d/glacier2 + +[Install] +WantedBy=multi-user.target + -- cgit v1.2.3