mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Revert "dbus: start init scripts on RUNLEVEL=boot"
This reverts commit a709af45da60c5a280d5253be8ac215ff2b5dbdd.
This commit is contained in:
parent
be428616c6
commit
23675d8ae2
@ -23,17 +23,10 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
case $RUNLEVEL in
|
(
|
||||||
boot)
|
progress "Starting D-BUS"
|
||||||
(
|
|
||||||
progress "Starting D-BUS"
|
|
||||||
|
|
||||||
mkdir -p /var/lib/dbus /var/run/dbus
|
mkdir -p /var/lib/dbus /var/run/dbus
|
||||||
dbus-uuidgen --ensure
|
dbus-uuidgen --ensure
|
||||||
dbus-daemon --system
|
dbus-daemon --system
|
||||||
)&
|
)&
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
Loading…
x
Reference in New Issue
Block a user