]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-dnsconfd.upstart
- BR: graphviz (not referenced anywhere in the sources and Avahi compiles without it)
[packages/avahi.git] / avahi-dnsconfd.upstart
1 description "Starts the Avahi DNS conf daemon"
2
3 start on started avahi-daemon
4 stop on pld.shutdown-started
5
6 respawn
7
8 console output
9
10 pre-start script
11         if [ ! -f /etc/avahi/dnsconfd.action ] ; then
12                 logger -t 'init/avahi-dnsconfd' "Not configured - not starting"
13                 /sbin/initctl stop
14         fi
15 end script
16
17 exec /usr/sbin/avahi-dnsconfd
18
19 # vi: ft=upstart
This page took 0.071886 seconds and 3 git commands to generate.