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
|
# PROVIDE: ipsec
|
||||||
# REQUIRE: root mountcritlocal
|
# REQUIRE: root mountcritlocal
|
||||||
# BEFORE: DAEMON
|
# BEFORE: DAEMON mountcritremote
|
||||||
# KEYWORD: nojail
|
# KEYWORD: nojail
|
||||||
|
|
||||||
# it does not really require beforenetlkm.
|
# it does not really require beforenetlkm.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: mountcritremote
|
# PROVIDE: mountcritremote
|
||||||
# REQUIRE: NETWORKING root mountcritlocal cleanvar
|
# REQUIRE: NETWORKING root mountcritlocal cleanvar ipsec
|
||||||
# KEYWORD: nojail
|
# KEYWORD: nojail
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user