File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / istgt / etc / istgt.sh.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:13:23 2012 UTC (11 years, 8 months ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, HEAD
dhcp 4.1 r7

#!/bin/sh

# PROVIDE: istgt
# REQUIRE: NETWORKING syslogd mountlate
# BEFORE: LOGIN
# KEYWORD: shutdown

. /etc/rc.subr

name="istgt"
rcvar=istgt_enable
extra_commands="reload"

load_rc_config $name

: ${istgt_enable:="NO"}
: ${istgt_config:="%%CONFIGDIR%%/${name}.conf"}

required_files="${istgt_config}"
pidfile=${istgt_pidfile:-"/var/run/${name}.pid"}
command="%%BINDIR%%/${name}"
command_args="-c ${istgt_config}"

run_rc_command "$1"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>