aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--service/nfcollect.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/service/nfcollect.service b/service/nfcollect.service
new file mode 100644
index 0000000..fe584ad
--- /dev/null
+++ b/service/nfcollect.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Netfilter nfcollect daemon
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+ExecStart=/usr/bin/nfcollect
+
+[Install]
+WantedBy=multi-user.target