summarylogtreecommitdiffstats
path: root/initscript_systemd
blob: e3e746e4b93af117432ef446abeda4cc2ccbc23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# wwwoffle init script for systemd.
# Taken from https://build.opensuse.org/package/show/server:proxy/wwwoffle
# Thanks to "jaro3" for pointing this out.
[Unit]
Description=The wwwoffle proxy server
After=network.target

[Service]
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