Files
Arch-R/packages/sysutils/ConsoleKit/init.d/11_ConsoleKit
Stephan Raue 25b2afeaaa ConsoleKit:
- faster starting
2009-12-01 11:10:47 +01:00

17 lines
219 B
Bash
Executable File

#!/bin/sh
#
# start D-BUS daemon
#
# runlevels: openelec, text, debug
(
. /etc/sysconfig
progress "Setup ConsoleKit"
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
)&
exit 0