elogind: fix dbus dependency in service
This commit is contained in:
parent
ec00ae50e1
commit
aea811f2fd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue