mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
progress "Starting D-BUS"
|
||||
(
|
||||
progress "Starting D-BUS"
|
||||
|
||||
mkdir -p /var/lib/dbus /var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
mkdir -p /var/lib/dbus /var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user