aboutsummaryrefslogtreecommitdiff
path: root/docs/config/pyfingerd.service
blob: 035a49ca827124e281cc00e7a4c210f31084be42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=pyfingerd
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/pyfingerd
ExecStop=/bin/kill -s TERM $MAINPID
TimeoutSec=15

[Install]
WantedBy=multi-user.target