mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
227 B
Plaintext
Executable File
14 lines
227 B
Plaintext
Executable File
# start D-BUS daemon
|
|
#
|
|
# runlevels: openelec, text, debug
|
|
|
|
(
|
|
progress "Setup ConsoleKit"
|
|
|
|
install -m 755 -d /var/log/ConsoleKit
|
|
install -m 755 -d /var/run/ConsoleKit
|
|
|
|
# console-kit-daemon
|
|
# ck-launch-session
|
|
)&
|