# 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