aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpisrvd.service
blob: cc6bb83c74c7b0266c53c37f672a7a2fa53f4034 (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 -c /var/run/ndpisrvd-collector
ExecStopPost=/bin/rm -f /var/run/ndpisrvd-collector
Restart=on-failure

[Install]
WantedBy=multi-user.target