Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/gssd
| #!/bin/sh | #!/bin/sh | ||||
| # | # | ||||
| # | # | ||||
| # PROVIDE: gssd | # PROVIDE: gssd | ||||
| # REQUIRE: root mountcritlocal NETWORKING kdc | # REQUIRE: root mountcritlocal NETWORKING kdc | ||||
| # BEFORE: mountcritremote | # BEFORE: mountcritremote | ||||
| # KEYWORD: nojailvnet shutdown | # KEYWORD: nojailvnet shutdown | ||||
| . /etc/rc.subr | . /etc/rc.subr | ||||
| name=gssd | name=gssd | ||||
| desc="Generic Security Services Daemon" | desc="Generic Security Services Daemon" | ||||
| rcvar=gssd_enable | rcvar=gssd_enable | ||||
| : ${gssd_svcj_options:="net_basic nfsd"} | |||||
| load_rc_config $name | load_rc_config $name | ||||
| run_rc_command "$1" | run_rc_command "$1" | ||||