1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/rtkit/rtkit.initd
Peter Shkenev 1d9024bf33 community/rtkit: bound capabilities set
As per upstream's systemd unit file
2022-12-31 11:08:26 +00:00

10 lines
222 B
Bash

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