mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus:
- adding init script for starting dbus daemon (move from /sbin/init)
This commit is contained in:
parent
f290900375
commit
8b95a212f6
11
packages/sysutils/dbus/init.d/12_dbus
Executable file
11
packages/sysutils/dbus/init.d/12_dbus
Executable file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# starting dbus
|
||||
#
|
||||
# runlevels: openelec, text
|
||||
|
||||
progress "Starting D-BUS"
|
||||
|
||||
$IONICE mkdir -p /var/lib/dbus /var/run/dbus
|
||||
|
||||
dbus-daemon --system
|
||||
dbus-uuidgen --ensure
|
Loading…
x
Reference in New Issue
Block a user