mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
10 lines
222 B
Bash
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
|
|
}
|