mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
12 lines
206 B
Bash
12 lines
206 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="Multimedia processing graphs"
|
|
|
|
command="/usr/bin/wireplumber"
|
|
|
|
supervisor=supervise-daemon
|
|
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
|
|
|
|
depends() {
|
|
use dbus
|
|
}
|