summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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