mirror of
https://aur.archlinux.org/overlook-fing.git
synced 2020-11-18 19:37:31 -08:00
15 lines
343 B
Desktop File
Executable File
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
|
|
|