From 77afbd189f8e1fa54cc435fac08abea9ec2a740e Mon Sep 17 00:00:00 2001 From: yaazkal Date: Sat, 7 Aug 2021 18:23:10 -0500 Subject: [PATCH] Sets require NETWORKING in the rc script In general and knowing what role will play bastille in the system, has more sense to require networking than login. This can also helps speeding up boot time if for instance some jails in bastille provide some kind of networking role like acting as a DNS server. --- usr/local/etc/rc.d/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/etc/rc.d/bastille b/usr/local/etc/rc.d/bastille index 1ff6530e..870a2857 100755 --- a/usr/local/etc/rc.d/bastille +++ b/usr/local/etc/rc.d/bastille @@ -3,7 +3,7 @@ # Bastille jail startup script # # PROVIDE: bastille -# REQUIRE: LOGIN +# REQUIRE: NETWORKING # KEYWORD: shutdown # Add the following to /etc/rc.conf[.local] to enable this service