mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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,6 +23,8 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
|
case $RUNLEVEL in
|
||||||
|
boot)
|
||||||
(
|
(
|
||||||
progress "Starting D-BUS"
|
progress "Starting D-BUS"
|
||||||
|
|
||||||
@ -30,3 +32,8 @@
|
|||||||
dbus-uuidgen --ensure
|
dbus-uuidgen --ensure
|
||||||
dbus-daemon --system
|
dbus-daemon --system
|
||||||
)&
|
)&
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff|reboot)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user