mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus:
- faster starting
This commit is contained in:
parent
e4cd6978b8
commit
816cafc91c
@ -4,14 +4,16 @@
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting D-BUS"
|
||||
progress "Starting D-BUS"
|
||||
|
||||
install -m 755 -d /var/lib/dbus
|
||||
install -m 755 -d /var/run/dbus
|
||||
|
||||
dbus-daemon --system
|
||||
dbus-uuidgen --ensure &
|
||||
dbus-uuidgen --ensure
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user