/lib/systemd/system/webgui.service is in webgui 7.10.29-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=WebGUI's Spectre Daemon
After=network.target
Documentation=man:spectre(1)
[Service]
EnvironmentFile=-/etc/default/webgui
ExecStart=/usr/sbin/spectre --daemon --start
ExecStop=/usr/sbin/spectre --stop
RemainAfterExit=yes
PIDFile=/var/run/spectre.pid
[Install]
WantedBy=multi-user.target
|