pkgsrc/audio/daapd/files/daapd.sh

18 lines
334 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: daapd.sh,v 1.5 2006/01/01 18:34:13 tron Exp $
#
# PROVIDE: daapd
# REQUIRE: DAEMON LOGIN howl
. /etc/rc.subr
name="daapd"
rcvar=$name
command="@PREFIX@/bin/${name}"
required_files="@PKG_SYSCONFDIR@/daapd.conf"
command_args="</dev/null >/dev/null 2>&1 &"
load_rc_config $name
run_rc_command "$1"