mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5a491d0429
commit
a709af45da
@ -23,10 +23,17 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
progress "Starting D-BUS"
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
progress "Starting D-BUS"
|
||||
|
||||
mkdir -p /var/lib/dbus /var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
)&
|
||||
mkdir -p /var/lib/dbus /var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user