mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dbus:
- reorg of init scripts
This commit is contained in:
parent
61f64f1800
commit
93b3e351e4
@ -6,14 +6,12 @@
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
if test -f /usr/bin/dbus-daemon; then
|
||||
progress "Starting D-BUS"
|
||||
progress "Starting D-BUS"
|
||||
|
||||
mkdir -p /var/run/dbus
|
||||
mkdir -p /var/lib/dbus
|
||||
|
||||
dbus-daemon --system
|
||||
dbus-uuidgen --ensure
|
||||
fi
|
||||
dbus-uuidgen --ensure &
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user