xref: /openbsd/etc/rc.d/sndiod (revision 8529ddd3)
1#!/bin/sh
2#
3# $OpenBSD: sndiod,v 1.2 2011/12/28 14:58:16 ajacoutot Exp $
4
5daemon="/usr/bin/sndiod"
6
7. /etc/rc.d/rc.subr
8
9rc_reload=NO
10
11rc_cmd $1
12