mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
9 lines
331 B
Bash
9 lines
331 B
Bash
# /etc/conf.d/mdnsd: config file for /etc/init.d/mdnsd
|
|
|
|
# -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="-n"
|