1
0
mirror of https://aur.archlinux.org/overlook-fing.git synced 2020-11-18 19:37:31 -08:00
ARCH-overlook-fing/fingbox-sentinel.service
Alain Spaite (Domspaite) 7c1de021b4 Initial Import
2015-06-08 11:37:31 +02:00

15 lines
343 B
Desktop File
Executable File

[Unit]
Description=Fingbox Sentinel
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/fingbox-sentinel.pid
ExecStart=/usr/lib/systemd/scripts/fingbox-sentinel start
ExecStop=/usr/lib/systemd/scripts/fingbox-sentinel stop
ExecReload=/usr/lib/systemd/scripts/fingbox-sentinel restart
[Install]
WantedBy=multi-user.target