mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
dbus: start earlyer and faster
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d14f747c2a
commit
7ba2a73884
@ -27,9 +27,10 @@
|
|||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
progress "Starting D-BUS"
|
(
|
||||||
|
progress "Starting D-BUS"
|
||||||
|
|
||||||
$IONICE 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
|
)&
|
Loading…
x
Reference in New Issue
Block a user