mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
ConsoleKit: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9c236f8331
commit
0e5dfc0d71
@ -22,8 +22,14 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
progress "starting ConsoleKit daemon"
|
case $RUNLEVEL in
|
||||||
|
boot)
|
||||||
|
progress "starting ConsoleKit daemon"
|
||||||
|
|
||||||
install -m 755 -d /var/log/ConsoleKit
|
install -m 755 -d /var/log/ConsoleKit
|
||||||
install -m 755 -d /var/run/ConsoleKit
|
install -m 755 -d /var/run/ConsoleKit
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff|reboot)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user