]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-dnsconfd.upstart
- rel 3
[packages/avahi.git] / avahi-dnsconfd.upstart
1 description "Starts the Avahi DNS conf daemon"
2
3 start on started avahi-daemon
4 stop on stopping avahi-daemon
5
6 respawn
7
8 console output
9
10 pre-start script
11         if [ ! -f /etc/avahi/avahi-dnsconfd.action ]; then
12                 logger -t 'init/avahi-dnsconfd' "Not configured - not starting"
13                 /sbin/initctl -q stop
14         fi
15 end script
16
17 exec /usr/sbin/avahi-dnsconfd --syslog
This page took 0.064503 seconds and 3 git commands to generate.