- adding init script for starting dbus daemon (move from /sbin/init)
This commit is contained in:
Stephan Raue 2010-03-15 18:35:54 +01:00
parent f290900375
commit 8b95a212f6

View File

@ -0,0 +1,11 @@
#
# starting dbus
#
# runlevels: openelec, text
progress "Starting D-BUS"
$IONICE mkdir -p /var/lib/dbus /var/run/dbus
dbus-daemon --system
dbus-uuidgen --ensure