mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make kdc run before SERVERS so kdc can be decoupled from the build
This commit is contained in:
parent
59d4588ff5
commit
4ea83362cb
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# PROVIDE: SERVERS
|
||||
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd kdc
|
||||
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd
|
||||
|
||||
# This is a dummy dependency, for early-start servers relying on
|
||||
# some basic configuration.
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
# PROVIDE: kdc
|
||||
# REQUIRE: NETWORKING
|
||||
# BEFORE: SERVERS
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
|
|||
Loading…
Reference in a new issue