]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rc/rc.d/ggated
MFV: xz 5.4.4.
[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"