aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mdnsd/mdnsd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mdnsd/mdnsd.confd')
-rw-r--r--testing/mdnsd/mdnsd.confd13
1 files changed, 5 insertions, 8 deletions
diff --git a/testing/mdnsd/mdnsd.confd b/testing/mdnsd/mdnsd.confd
index 12ff6016aea..f51d03fffc6 100644
--- a/testing/mdnsd/mdnsd.confd
+++ b/testing/mdnsd/mdnsd.confd
@@ -1,11 +1,8 @@
# /etc/conf.d/mdnsd: config file for /etc/init.d/mdnsd
-# -a ADDR Address of service/host to announce, default: auto
-# -i IFACE Interface to announce services on, and get address from
-# -l LEVEL Set log level: none, err, notice (default), info, debug
-# -n Run in foreground, do not detach from controlling terminal
-# -p Persistent mode, retry if the socket or interface is lost
-# -s Use syslog even if running in foreground
-# -t TTL Set TTL of mDNS packets, default: 1 (link-local only)
+# -l LEVEL Set log level: none, err, notice (default), info, debug
+# -n Run in foreground, do not detach from controlling terminal
+# -s Use syslog even if running in foreground
+# -t TTL Set TTL of mDNS packets, default: 1 (link-local only)
-MDNSD_OPTS="-p -n"
+MDNSD_OPTS="-n"