aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpisrvd.service
blob: 722cf38e921fff19e79339526f557a9a0e2756e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=nDPIsrvd Service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/nDPIsrvd -l -c /var/run/ndpisrvd-collector
ExecStopPost=/bin/rm -f /var/run/ndpisrvd-collector
Restart=on-failure

[Install]
WantedBy=multi-user.target