pkgsrc/net/istgt/files/istgt.sh

19 lines
351 B
Bash
Raw Normal View History

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: istgt.sh,v 1.1.1.1 2010/02/02 16:09:51 sborrill Exp $
#
# PROVIDE: istgt
# REQUIRE: network mountcritlocal
$_rc_subr_loaded . /etc/rc.subr
name="istgt"
rcvar=$name
command="@PREFIX@/bin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/istgt.conf"
load_rc_config $name
run_rc_command "$1"