mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07: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
|
||||
|
||||
progress "Starting D-BUS"
|
||||
(
|
||||
progress "Starting D-BUS"
|
||||
|
||||
$IONICE mkdir -p /var/lib/dbus /var/run/dbus
|
||||
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
mkdir -p /var/lib/dbus /var/run/dbus
|
||||
dbus-uuidgen --ensure
|
||||
dbus-daemon --system
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user