aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapcast/snapcast-server.initd
blob: ab70a84a149df2c324b9a5b61f61583ea20830b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

name="$RC_SVCNAME"
command="/usr/bin/snapserver"
command_args="${USER_OPTS:---user snapcast:snapcast} $SNAPSERVER_OPTS"
command_background=yes
pidfile="/run/$RC_SVCNAME.pid"

depend() {
	need net
	after firewall
}