diff options
Diffstat (limited to 'libexec/rc/rc.d/gssd')
-rwxr-xr-x | libexec/rc/rc.d/gssd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/gssd b/libexec/rc/rc.d/gssd new file mode 100755 index 000000000000..7ab3c181eeb1 --- /dev/null +++ b/libexec/rc/rc.d/gssd @@ -0,0 +1,19 @@ +#!/bin/sh +# +# + +# PROVIDE: gssd +# REQUIRE: root mountcritlocal NETWORKING kdc +# BEFORE: mountcritremote +# KEYWORD: nojailvnet shutdown + +. /etc/rc.subr + +name=gssd +desc="Generic Security Services Daemon" +rcvar=gssd_enable + +: ${gssd_svcj_options:="net_basic nfsd"} + +load_rc_config $name +run_rc_command "$1" |