summarylogtreecommitdiffstats
path: root/initscript_systemd
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-09-21 19:45:28 +0200
committerfelics@felics-tablet2016-09-21 19:45:28 +0200
commit35f3636021ed1bcfa121a97be1c2ed14f1b147a5 (patch)
tree426a683deb032c21ca57bd6fd51d0ebf21b0bf9b /initscript_systemd
parentce7309009c25f78d28d4f1f7190bf7b68496dda4 (diff)
downloadaur-35f3636021ed1bcfa121a97be1c2ed14f1b147a5.tar.gz
Rework of initscripts, initscripts' config file and install messages.
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