summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-04-29 11:50:20 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-04-29 11:50:20 +0100
commitfa14df9f0b497a0854f2ad00feb1a1f99f8cdef0 (patch)
tree0fbeabb9be0d8be8c2a1787f188a13824019d5b1
parentShort-cut for ebuild test (diff)
downloadutil-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.tar.bz2
util-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.tar.xz
util-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.zip
Update icebox service binary to icebox++11icebox-service-1.11
-rw-r--r--systemd-units/icebox.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-units/icebox.service b/systemd-units/icebox.service
index 534028e..bdb6bb3 100644
--- a/systemd-units/icebox.service
+++ b/systemd-units/icebox.service
@@ -3,7 +3,7 @@ Description=IceBox service for %I
After=network.target
[Service]
-ExecStart=/usr/bin/icebox \
+ExecStart=/usr/bin/icebox++11 \
--Ice.ProgramName=%I \
--Ice.Config=/etc/%I/icebox.config
Restart=on-failure