mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dbus:
- simplyfing init script
This commit is contained in:
parent
bc74201c90
commit
f4f0095341
@ -1,12 +1,8 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start D-BUS daemon
|
# start D-BUS daemon
|
||||||
#
|
#
|
||||||
# runlevels: openelec, text, debug
|
# runlevels: openelec, text, debug
|
||||||
|
|
||||||
(
|
(
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
progress "Starting D-BUS"
|
progress "Starting D-BUS"
|
||||||
|
|
||||||
install -m 755 -d /var/lib/dbus
|
install -m 755 -d /var/lib/dbus
|
||||||
@ -15,5 +11,3 @@
|
|||||||
dbus-daemon --system
|
dbus-daemon --system
|
||||||
dbus-uuidgen --ensure
|
dbus-uuidgen --ensure
|
||||||
)&
|
)&
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user