ConsoleKit:

This commit is contained in:
Stephan Raue 2009-12-29 19:37:59 +01:00
parent d355995a01
commit 7e2c43024a

View File

@ -1,12 +1,8 @@
#!/bin/sh
#
# start D-BUS daemon
#
# runlevels: openelec, text, debug
(
. /etc/sysconfig
progress "Setup ConsoleKit"
install -m 755 -d /var/log/ConsoleKit
@ -15,5 +11,3 @@
# console-kit-daemon
# ck-launch-session
)&
exit 0