mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
238 B
Plaintext
Executable File
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
|
|
)&
|