mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting D-BUS"
|
||||
|
||||
install -m 755 -d /var/lib/dbus
|
||||
@ -15,5 +11,3 @@
|
||||
dbus-daemon --system
|
||||
dbus-uuidgen --ensure
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user