diff --git a/libexec/rc/rc.d/gssd b/libexec/rc/rc.d/gssd index 2a51add38b88..79dbf10ca575 100755 --- a/libexec/rc/rc.d/gssd +++ b/libexec/rc/rc.d/gssd @@ -1,17 +1,18 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: gssd -# REQUIRE: root mountcritlocal +# REQUIRE: root mountcritlocal NETWORKING kdc +# BEFORE: mountcritremote # KEYWORD: nojail shutdown . /etc/rc.subr name=gssd desc="Generic Security Services Daemon" rcvar=gssd_enable load_rc_config $name run_rc_command "$1"