aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpisrvd.service
diff options
context:
space:
mode:
Diffstat (limited to 'packages/systemd/ndpisrvd.service')
-rw-r--r--packages/systemd/ndpisrvd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/systemd/ndpisrvd.service b/packages/systemd/ndpisrvd.service
new file mode 100644
index 000000000..9218f6599
--- /dev/null
+++ b/packages/systemd/ndpisrvd.service
@@ -0,0 +1,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