mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="rsound daemon"
|
|
command="/usr/bin/rsd"
|
|
command_args="-D $RSOUND_OPTS"
|
|
pidfile="/var/run/$SVCNAME.pid"
|
|
|
|
depend() {
|
|
need net
|
|
use esound
|
|
after firewall
|
|
}
|