]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-daemon.upstart
- typo
[packages/avahi.git] / avahi-daemon.upstart
1 description "Starts the Avahi daemon"
2
3 start on pld.network-started and started SERVICE=syslog and started messagebus
4 stop on pld.shutdown-started
5
6 respawn
7
8 console output
9
10 pre-start script
11         modprobe capability || :
12 end script
13
14 exec /usr/sbin/avahi-daemon --syslog
15
16 # vi: ft=upstart
This page took 0.043108 seconds and 3 git commands to generate.