From: Mark Wooding Date: Sun, 2 Jul 2017 16:41:32 +0000 (+0100) Subject: base.m4: Improve LSB header to delay firewall shutdown. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/a0c483f3b0ff39d2760c9787ff635e6d6faee2c7 base.m4: Improve LSB header to delay firewall shutdown. Running this before bind and NFS-unmount should make shutting down faster. --- diff --git a/base.m4 b/base.m4 index 659cdbf..06839db 100644 --- a/base.m4 +++ b/base.m4 @@ -69,8 +69,8 @@ m4_divert(0)m4_dnl # Provides: firewall # Required-Start: $local_fs # Required-Stop: -# X-Start-Before: ifupdown -# X-Stop-After: ifupdown +# X-Start-Before: networking ifupdown +# X-Stop-After: networking ifupdown bind9 umountnfs # Default-Start: S # Default-Stop: 0 6 # Description: Provides customized packet filter rules.