aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-10-19 13:38:26 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-10-19 13:38:26 +0200
commit315dc32baf722c6063c18b5a27d02037dc49ece8 (patch)
tree01c269b934705c9e304e73c621e336013899072b /packages
parent3d0c06ef54a451c1cb56c6ba1515a079e4028151 (diff)
Improved syslog logging.
* fixed missing log level for non-error message, causes systemd to send broadcast messages * completly removed logging to stderr while started via systemd Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/systemd/ndpid@.service2
-rw-r--r--packages/systemd/ndpisrvd.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/systemd/ndpid@.service b/packages/systemd/ndpid@.service
index 26cea6cb1..ab8110111 100644
--- a/packages/systemd/ndpid@.service
+++ b/packages/systemd/ndpid@.service
@@ -5,7 +5,7 @@ Requires=ndpisrvd.service
[Service]
Type=simple
-ExecStart=/usr/sbin/nDPId -i %i -l -A -z -c /var/run/ndpisrvd-collector
+ExecStart=/usr/sbin/nDPId -i %i -A -z -c /var/run/ndpisrvd-collector
Restart=on-failure
[Install]
diff --git a/packages/systemd/ndpisrvd.service b/packages/systemd/ndpisrvd.service
index 722cf38e9..cc6bb83c7 100644
--- a/packages/systemd/ndpisrvd.service
+++ b/packages/systemd/ndpisrvd.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/nDPIsrvd -l -c /var/run/ndpisrvd-collector
+ExecStart=/usr/bin/nDPIsrvd -c /var/run/ndpisrvd-collector
ExecStopPost=/bin/rm -f /var/run/ndpisrvd-collector
Restart=on-failure