summarylogtreecommitdiffstats
path: root/initscript_systemd
diff options
context:
space:
mode:
Diffstat (limited to 'initscript_systemd')
-rw-r--r--initscript_systemd5
1 files changed, 3 insertions, 2 deletions
diff --git a/initscript_systemd b/initscript_systemd
index 75ad23d83847..e3e746e4b93a 100644
--- a/initscript_systemd
+++ b/initscript_systemd
@@ -6,8 +6,9 @@ Description=The wwwoffle proxy server
After=network.target
[Service]
-ExecStart=/usr/sbin/wwwoffled -d -c /etc/wwwoffle/wwwoffle.conf
-ExecReload=/usr/bin/wwwoffle -config -c /etc/wwwoffle/wwwoffle.conf
+ExecStart=/usr/sbin/wwwoffled -c /etc/wwwoffle/wwwoffle.conf -d
+ExecReload=/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -config
+ExecStatus=/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -status
[Install]
WantedBy=multi-user.target