aboutsummaryrefslogtreecommitdiff
path: root/ndpid.conf.example
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-13 11:54:15 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-10-16 13:03:41 +0200
commit25e6c67af673c9286a4881399db482a5ebc58d46 (patch)
tree02ee250a7179d54ee01fb81a8d1260f29ec09a23 /ndpid.conf.example
parent3b5aef2104f200fa4d6c793a3558fd195356de61 (diff)
Added config file support for nDPIsrvd
* adjusted systemd to make use of those Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r--ndpid.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example
index 0d980d4b7..bb7c34978 100644
--- a/ndpid.conf.example
+++ b/ndpid.conf.example
@@ -7,8 +7,8 @@
# This will work for libpcap as well as with PF_RING.
#bpf = udp or tcp
-pidfile = /tmp/ndpid.pid
-user = nobody
+#pidfile = /tmp/ndpid.pid
+#user = nobody
#group = nogroup
#protocols = /path/to/libnDPI/example/protos.txt
#categories = /path/to/libnDPI/example/categories.txt
@@ -16,7 +16,7 @@ user = nobody
#sha1 = /path/to/libnDPI/example/sha1_fingerprints.csv
# Collector endpoint as UNIX socket (usually nDPIsrvd)
-collector = /var/run/ndpisrvd-collector
+collector = /run/nDPIsrvd/collector
# Collector endpoint as UDP socket (usually a custom application)
#collector = 127.0.0.1:7777