ConsoleKit2: make runit service more robust (wait for dbus functional).
This commit is contained in:
@@ -2,4 +2,7 @@
|
||||
if [ -e /var/service/cgmanager ]; then
|
||||
sv check cgmanager >/dev/null || exit 1
|
||||
fi
|
||||
if [ -e /var/service/dbus ]; then
|
||||
sv check dbus >/dev/null || exit 1
|
||||
fi
|
||||
exec console-kit-daemon --no-daemon
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'ConsoleKit2'
|
||||
pkgname=ConsoleKit2
|
||||
version=1.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
||||
|
||||
Reference in New Issue
Block a user