summarylogtreecommitdiffstats
path: root/vfs495-daemon.service
blob: c306b964a897b0c12d8b2165ff1f37190dc733b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Validity Fingerprint Service
Before=multi-user.target

[Service]
Type=forking
ExecStartPre=/bin/rm -f /tmp/vcsSemKey_*
ExecStart=/bin/nohup /usr/bin/vcsFPService 2>&1 >/dev/null
Restart=on-abort
SendSIGHUP=yes

[Install]
WantedBy=multi-user.target