]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-daemon.upstart
- x32 rebuild
[packages/avahi.git] / avahi-daemon.upstart
1 description "Starts the Avahi daemon"
2
3 start on pld.network-started and started SERVICE_syslog=y 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 # somewhy avahi does not remove pid itself which causes it to report on startup:
17 # + exec /usr/sbin/avahi-daemon --syslog
18 # Process 3383 died: No such process; trying to remove PID file. (/var/run/avahi-daemon//pid)
19 post-stop script
20         rm -f /var/run/avahi-daemon/pid
21 end script
This page took 0.030478 seconds and 3 git commands to generate.