#!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/irker/files/irker.init,v 1.1 2012/10/13 05:53:35 patrick Exp $ : ${IRKERD_USER:=nobody} command="/usr/bin/irkerd" command_args="${IRKERD_OPTS}" command_background="yes" pidfile="/run/${SVCNAME}.pid" start_stop_daemon_args="--user '${IRKERD_USER}' --make-pidfile" depend() { use net }