freebsd-ports/net-im/py-xmpppy-irc/files/xmpppyirc.in
Doug Barton 1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00

19 lines
353 B
Bash

#!/bin/sh
# PROVIDE: xmpppyirc
# REQUIRE: DAEMON
. /etc/rc.subr
name="xmpppyirc"
pidfile="/var/run/$name.pid"
command="%%FEXEC%%"
command_args="&"
command_interpreter="%%PYTHON_CMD%%"
required_files="%%PREFIX%%/etc/$name.conf"
start_precmd="touch $pidfile && export PID=$pidfile"
load_rc_config $name
: ${xmpppyirc_enable="NO"}
run_rc_command "$1"