X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=initscript%2Ffedora%2Favahi-daemon.in;h=5a8f43005888c597ae5fe446a5de7c0855dd4edf;hb=d87e2864268ae7d7b12f144739cc4a07ef997f56;hp=b1b6124d55cec0c8163e041491108551962bcc1f;hpb=53ac2245c30daf71413dc52b07676bdd823729b4;p=catta diff --git a/initscript/fedora/avahi-daemon.in b/initscript/fedora/avahi-daemon.in index b1b6124..5a8f430 100644 --- a/initscript/fedora/avahi-daemon.in +++ b/initscript/fedora/avahi-daemon.in @@ -1,15 +1,31 @@ #!/bin/sh # -# avahi-daemon: Starts the Avahi Daemon +# avahi-daemon: Starts the Avahi mDNS/DNS-SD Stack # # chkconfig: 345 24 02 -# description: This is a daemon which runs on client machines to perform \ -# Zeroconf service discovery on a network. avahi-daemon must be \ -# running on systems that use Avahi for service discovery. \ -# Avahi-daemon should not be running otherwise. +# description: This is a daemon which runs on client machines to \ +# perform Zeroconf service discovery on a \ +# network. avahi-daemon must be running on systems that \ +# use Avahi for service discovery. Avahi-daemon should \ +# not be running otherwise. # processname: avahi-daemon # pidfile: @localstatedir@/run/avahi-daemon/pid +### BEGIN INIT INFO +# Required-Start: messagebus +# Required-Stop: messagebus +# 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 Daemon +# Description: This is a daemon which runs on client machines to +# perform Zeroconf service discovery on a +# network. avahi-daemon must be running on systems +# that use Avahi for service discovery. +# Avahi-daemon should not be running otherwise. +### END INIT INFO + AVAHI_BIN=@sbindir@/avahi-daemon AVAHI_OPTS="-D"