Page MenuHomeFreeBSD

D31709.id94316.diff
No OneTemporary

D31709.id94316.diff

diff --git a/libexec/rc/rc.d/ggated b/libexec/rc/rc.d/ggated
new file mode 100755
--- /dev/null
+++ b/libexec/rc/rc.d/ggated
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# PROVIDE: ggated
+# REQUIRE: NETWORKING
+
+. /etc/rc.subr
+
+name="ggated"
+desc="GEOM Gate network daemon"
+rcvar="ggated_enable"
+command="/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+load_rc_config $name
+params="${ggated_params}"
+config="${ggated_config:-/etc/gg.exports}"
+required_files="${config}"
+
+command_args="${params} ${config}"
+
+run_rc_command "$1"
+

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 11:18 PM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30738702
Default Alt Text
D31709.id94316.diff (532 B)

Event Timeline