summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/mwcollect/files/confd')
-rw-r--r--net-analyzer/mwcollect/files/confd18
1 files changed, 4 insertions, 14 deletions
diff --git a/net-analyzer/mwcollect/files/confd b/net-analyzer/mwcollect/files/confd
index 4159b6ad924a..463621a095ab 100644
--- a/net-analyzer/mwcollect/files/confd
+++ b/net-analyzer/mwcollect/files/confd
@@ -6,21 +6,11 @@
#
# Usage: /usr/sbin/mwcollectd [options]
# Where options can be one of the following:
-# -c <config-file> specify config file (defaults to /etc/mwcollectd.conf)
-# -l <log-file> add log file
-# -C add console logger
-# -L <log-level> specify log level, inital is 3
-# -D detach from console
-# -h display this info
-#
-# Example:
-# /usr/sbin/mwcollectd -L critical -C -L info -l /var/log/mwcollectd.log -c /etc/mwcollectd.conf
-
-OPTIONS="-D -p /var/run/mwcollectd.pid -c /etc/mwcollect/mwcollectd.conf"
+#
+# --console-log [=tagpattern] - set console logging level
+# --chroot=/opt/mwcollect/chroot - setup a chroot
-# NOTE: DO NOT specify "-D", because mwcollectd does not create its pid file
-# This way, start-stop-daemon makes it background and is able to create the
-# pid file under /var/run
+OPTIONS=""
# example: add log file
# OPTIONS="$OPTIONS -l /var/log/mwcollect.log -L 3"