Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150519748
D31709.id94316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
D31709.id94316.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31709: Add ggated rc script
Attached
Detach File
Event Timeline
Log In to Comment