Files
Arch-R/packages/sysutils/ConsoleKit/init.d/25_ConsoleKit
Stephan Raue 5877c793c7 ConsoleKit:
- change runlevel "text" to "textmode"
2010-03-25 09:37:00 +01:00

14 lines
238 B
Plaintext
Executable File

# start D-BUS daemon
#
# runlevels: openelec, textmode
(
progress "Setup ConsoleKit"
$IONICE install -m 755 -d /var/log/ConsoleKit
$IONICE install -m 755 -d /var/run/ConsoleKit
console-kit-daemon
ck-launch-session
)&