ConsoleKit2: make runit service more robust (wait for dbus functional).

This commit is contained in:
CoolOhm 2018-09-17 23:18:42 -07:00 committed by Enno Boland
parent 78ad5fdd56
commit b21556d166
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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