summaryrefslogtreecommitdiff
path: root/repo/sndio/sndiod.initd
diff options
context:
space:
mode:
Diffstat (limited to 'repo/sndio/sndiod.initd')
-rw-r--r--repo/sndio/sndiod.initd17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/sndio/sndiod.initd b/repo/sndio/sndiod.initd
new file mode 100644
index 0000000..c255f84
--- /dev/null
+++ b/repo/sndio/sndiod.initd
@@ -0,0 +1,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
+}
+