aports/testing/rtkit/rtkit.initd

10 lines
137 B
Plaintext

#!/sbin/openrc-run
command="/usr/libexec/rtkit-daemon"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need dbus
}