#!/usr/bin/openrc-run

supervisor=supervise-daemon
pidfile=/run/sndiod.pid
command=/usr/bin/sndiod
command_args="$OPTS -d"
output_log=/var/log/sndio.log
error_log=/var/log/sndio.log

depend() {
	after bootmisc
}
