summaryrefslogtreecommitdiffstats
path: root/initscript/fedora/avahi-dnsconfd.in
diff options
context:
space:
mode:
Diffstat (limited to 'initscript/fedora/avahi-dnsconfd.in')
-rw-r--r--initscript/fedora/avahi-dnsconfd.in26
1 files changed, 21 insertions, 5 deletions
diff --git a/initscript/fedora/avahi-dnsconfd.in b/initscript/fedora/avahi-dnsconfd.in
index df8b964..bd4182e 100644
--- a/initscript/fedora/avahi-dnsconfd.in
+++ b/initscript/fedora/avahi-dnsconfd.in
@@ -1,15 +1,31 @@
#!/bin/sh
#
-# avahi-dnsconfd: Starts the Avahi dns configuration daemon
+# avahi-dnsconfd: Starts the Avahi DNS Configuration Daemon
#
# chkconfig: - 96 02
-# description: avahi-dnsconfd connects to a running avahi-daemon and runs the script \
-# /etc/avahi/dnsconf.action for each unicast DNS server that is announced \
-# on the local LAN. This is useful for configuring unicast DNS servers in \
-# a DHCP-like fashion with mDNS.
+# description: avahi-dnsconfd connects to a running avahi-daemon and \
+# runs the script /etc/avahi/dnsconf.action for each \
+# unicast DNS server that is announced on the local \
+# LAN. This is useful for configuring unicast DNS servers \
+# in a DHCP-like fashion with mDNS.
# processname: avahi-dnsconfd
# pidfile: @localstatedir@/run/avahi-dnsconfd.pid
+### BEGIN INIT INFO
+# Required-Start: avahi-daemon
+# Required-Stop: avahi-daemon
+# Should-Start: $syslog $network $local_fs
+# Should-Stop: $syslog $local_fs
+# Default-Start: 3 4 5
+# Default-Stop: 0 1 2 6
+# Short-Description: Starts the Avahi DNS Configuration Daemon
+# Description: avahi-dnsconfd connects to a running avahi-daemon
+# and runs the script /etc/avahi/dnsconf.action for
+# each unicast DNS server that is announced on the
+# local LAN. This is useful for configuring unicast
+# DNS servers in a DHCP-like fashion with mDNS.
+### END INIT INFO
+
AVAHI_BIN=@sbindir@/avahi-dnsconfd
AVAHI_OPTS="-D"