freebsd-skq/libexec/rc/rc.d/iscsictl
Edward Tomasz Napierala 034669e856 rc: replace NETWORK with NETWORKING
This improves consistency; the NETWORKING script provides both,
so there should be no functional change.

Differential Revision:	https://reviews.freebsd.org/D29587
2021-04-12 15:28:48 +01:00

22 lines
338 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: iscsictl
# REQUIRE: NETWORKING iscsid
# BEFORE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
name="iscsictl"
desc="iSCSI initiator management utility"
rcvar="iscsictl_enable"
command="/usr/bin/${name}"
command_args="${iscsictl_flags}"
required_modules="iscsi"
load_rc_config $name
run_rc_command "$1"