mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 08:51:47 +01:00
9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
#!/sbin/openrc-run
|
|
depend() {
|
|
need bluetooth
|
|
}
|
|
command="/usr/bin/$RC_SVCNAME"
|
|
command_args="${BLUEALSA_CONF}"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|