summaryrefslogtreecommitdiff
path: root/repo/sndio/sndiod.initd
blob: c255f8470097be132d22832551c42068edcc4a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/openrc-run

name="sndiod"
pname="sndiod"
user="sndiod"
group="audio"
command="/usr/sbin/$pname"
command_args="$DAEMON_OPTS"
command_backdground="no"

pidfile="/run/$pname.pid"

depend() {
	need net
	after firewall
}