]> git.pld-linux.org Git - packages/avahi.git/blobdiff - avahi-daemon.upstart
- upstart jobs
[packages/avahi.git] / avahi-daemon.upstart
diff --git a/avahi-daemon.upstart b/avahi-daemon.upstart
new file mode 100644 (file)
index 0000000..5f0c685
--- /dev/null
@@ -0,0 +1,16 @@
+description "Starts the Avahi daemon"
+
+start on pld.network-started and started SERVICE=syslog and started messagebus
+stop on pld.shutdown-started
+
+respawn
+
+console output
+
+pre-start script
+       modprobe capability || :
+end script
+
+exec /usr/sbin/avahi-daemon --syslog
+
+# vi: ft=upstart
This page took 0.078909 seconds and 4 git commands to generate.