]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/rc.d/iscsictl
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / rc.d / iscsictl
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: iscsictl
7 # REQUIRE: NETWORK iscsid
8 # BEFORE:  DAEMON
9 # KEYWORD: nojail
10
11 . /etc/rc.subr
12
13 name="iscsictl"
14 rcvar="iscsictl_enable"
15 command="/usr/bin/${name}"
16 command_args="${iscsictl_flags}"
17 required_modules="iscsi"
18
19 load_rc_config $name
20 run_rc_command "$1"