Initial Commit

This commit is contained in:
2025-05-08 17:18:45 +03:00
commit eb73ebb97b
4 changed files with 55 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
name: sndiod
description: sndio audio and MIDI server
type: simple
start_cmd: /etc/esvm/scripts/sndiod.sh
exit_method: kill
restart: true
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
[ -f /etc/default/sndiod ] && . /etc/default/sndiod
/usr/bin/sndiod $DAEMON_OPTS