]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-dnsconfd.upstart
- typo
[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 -q stop
14         fi
15 end script
16
17 exec /usr/sbin/avahi-dnsconfd
18
19 # vi: ft=upstart
This page took 0.03372 seconds and 3 git commands to generate.