blob: d8fef6d08c54b0ba879c1767bf143d1a71a6bbe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
}
|