From 6467ae6511c8b221d1d9e7e429989220cd34249b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 16 Oct 2024 13:02:36 +0200 Subject: Moved some config params to systemd unit file instead of config file Signed-off-by: Toni Uhlig --- ndpid.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndpid.conf.example') diff --git a/ndpid.conf.example b/ndpid.conf.example index d74892685..61255a04e 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -17,7 +17,7 @@ #sha1 = /path/to/libnDPI/example/sha1_fingerprints.csv # Collector endpoint as UNIX socket (usually nDPIsrvd) -collector = /run/nDPIsrvd/collector +#collector = /run/nDPIsrvd/collector # Collector endpoint as UDP socket (usually a custom application) #collector = 127.0.0.1:7777 -- cgit v1.2.3