power-profiles-daemon: add startup dependency

This commit is contained in:
Luciogi 2023-08-18 16:40:26 +00:00 committed by Duncan Overbruck
parent c15e552239
commit c56533ed39
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
exec /usr/libexec/power-profiles-daemon

View file

@ -1,7 +1,7 @@
# Template file for 'power-profiles-daemon'
pkgname=power-profiles-daemon
version=0.13
revision=1
revision=2
build_style=meson
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
hostmakedepends="pkg-config glib-devel"