First start rc.d/ipsec and then rc.d/mountcritremote, so we can mount
NFS file system over IPsec. Suggested by: Tomasz Pi³at <tomasz.pilat@axelspringer.pl>
This commit is contained in:
parent
73a9e4d2e3
commit
384c6482df
@ -6,7 +6,7 @@
|
||||
|
||||
# PROVIDE: ipsec
|
||||
# REQUIRE: root mountcritlocal
|
||||
# BEFORE: DAEMON
|
||||
# BEFORE: DAEMON mountcritremote
|
||||
# KEYWORD: nojail
|
||||
|
||||
# it does not really require beforenetlkm.
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: mountcritremote
|
||||
# REQUIRE: NETWORKING root mountcritlocal cleanvar
|
||||
# REQUIRE: NETWORKING root mountcritlocal cleanvar ipsec
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user