summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/gssd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/gssd')
-rwxr-xr-xetc/rc.d/gssd18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/rc.d/gssd b/etc/rc.d/gssd
new file mode 100755
index 0000000..3788307
--- /dev/null
+++ b/etc/rc.d/gssd
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+# PROVIDE: gssd
+# REQUIRE: root
+# KEYWORD: nojail shutdown
+
+. /etc/rc.subr
+
+name="gssd"
+
+load_rc_config $name
+rcvar="gssd_enable"
+command="${gssd:-/usr/sbin/${name}}"
+eval ${name}_flags=\"${gssd_flags}\"
+run_rc_command "$1"
OpenPOWER on IntegriCloud