diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-29 11:50:20 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-29 11:50:20 +0100 |
commit | fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0 (patch) | |
tree | 0fbeabb9be0d8be8c2a1787f188a13824019d5b1 /systemd-units | |
parent | Short-cut for ebuild test (diff) | |
download | util-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.tar.bz2 util-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.tar.xz util-fa14df9f0b497a0854f2ad00feb1a1f99f8cdef0.zip |
Update icebox service binary to icebox++11icebox-service-1.11
Diffstat (limited to 'systemd-units')
-rw-r--r-- | systemd-units/icebox.service | 2 |
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 |