]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rc/rc.d/ggated
Merge commit '7087c8de43b0d5d27c52da6ba2ba4957b7e336ff' into new_merge
[FreeBSD/FreeBSD.git] / libexec / rc / rc.d / ggated
1 #!/bin/sh
2
3 # PROVIDE: ggated
4 # REQUIRE: NETWORKING
5
6 . /etc/rc.subr
7
8 name="ggated"
9 desc="GEOM Gate network daemon"
10 rcvar="ggated_enable"
11 command="/sbin/${name}"
12 pidfile="/var/run/${name}.pid"
13
14 load_rc_config $name
15 required_files="${ggated_config}"
16
17 command_args="${ggated_config}"
18
19 run_rc_command "$1"