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

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

[Install]
WantedBy=multi-user.target