summarylogtreecommitdiffstats
path: root/fingbox-sentinel.service
blob: 5978c3b1082a2400aceef22f04e90b1a3101105e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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