ConsoleKit: rework init script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-07 17:31:47 +02:00
parent f51c6c2b86
commit 1e6ba853d6

View File

@ -22,12 +22,10 @@
#
# runlevels: openelec, textmode
(
progress "starting ConsoleKit daemon"
progress "starting ConsoleKit daemon"
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
console-kit-daemon
console-kit-daemon
ck-launch-session
)&