#!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ description="darkice is a live audio streaming software" command="/usr/bin/darkice" command_args="${DARKICE_OPTS}" start_stop_daemon_args="-b -u ${DARKICE_USER} -g ${DARKICE_GROUP} -m -1 ${DARKICE_LOGFILE} -2 ${DARKICE_LOGFILE}" pidfile="/var/run/darkice.pid" depend() { neet net after icecast after jackd }