aports/community/rsound/rsound.initd
2015-11-24 14:36:28 +00:00

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
}