]> git.pld-linux.org Git - packages/dbus.git/blob - messagebus.upstart
0094fdba5ba85f3908c691b81f8cca7dfbed6683
[packages/dbus.git] / messagebus.upstart
1 description "The D-BUS systemwide message bus"
2
3 start on started SERVICE=syslog-ng
4 stop on pld.shutdown-started
5
6 pre-start script
7         if modinfo capability >/dev/null 2>&1; then
8                 modprobe -s capability
9         fi
10         dbus-uuidgen --ensure
11 end script
12
13 exec /usr/bin/dbus-daemon --system --fork
14 expect fork
15
16 # vi: ft=upstart
This page took 0.058423 seconds and 3 git commands to generate.