mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ConsoleKit: depends on dbus, so wait for it & respawn
This commit is contained in:
parent
46f3591d90
commit
a0e553dca6
@ -26,4 +26,8 @@ progress "starting ConsoleKit daemon"
|
||||
|
||||
install -m 755 -d /var/log/ConsoleKit
|
||||
install -m 755 -d /var/run/ConsoleKit
|
||||
console-kit-daemon
|
||||
while true; do
|
||||
wait_for_dbus
|
||||
console-kit-daemon --no-daemon &>/dev/null
|
||||
usleep 500000
|
||||
done &
|
||||
|
Loading…
x
Reference in New Issue
Block a user