mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ConsoleKit2: make runit service more robust (wait for dbus functional).
This commit is contained in:
parent
78ad5fdd56
commit
b21556d166
2 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@
|
||||||
if [ -e /var/service/cgmanager ]; then
|
if [ -e /var/service/cgmanager ]; then
|
||||||
sv check cgmanager >/dev/null || exit 1
|
sv check cgmanager >/dev/null || exit 1
|
||||||
fi
|
fi
|
||||||
|
if [ -e /var/service/dbus ]; then
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
|
fi
|
||||||
exec console-kit-daemon --no-daemon
|
exec console-kit-daemon --no-daemon
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ConsoleKit2'
|
# Template file for 'ConsoleKit2'
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
||||||
|
|
Loading…
Add table
Reference in a new issue