mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/libexec/rtkit-daemon"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|