elogind: fix dbus dependency in service

This commit is contained in:
Andrew J. Hesford 2020-06-26 07:23:15 -04:00 committed by Piraty
parent ec00ae50e1
commit aea811f2fd
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
sv check dbus >/dev/null || true
# elogind doesn't work right if it starts before dbus
sv check dbus >/dev/null || exit 1
exec /usr/libexec/elogind/elogind.wrapper

View file

@ -2,7 +2,7 @@
pkgname=elogind
reverts="243.7_1"
version=243.4
revision=2
revision=3
build_style=meson
configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
-Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot