aports/community/rtkit/rtkit.initd
2021-09-01 21:14:58 +00:00

10 lines
137 B
Plaintext

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