From 6056e619bef1471a60d37ad84d9d230d88e820ac Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 28 May 2010 10:18:00 -0700 Subject: [PATCH] Make Shorewall-init play nice with insserv on Debian Signed-off-by: Tom Eastep --- Shorewall-init/init.debian.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shorewall-init/init.debian.sh b/Shorewall-init/init.debian.sh index 64ead70cc..fa3d4c987 100755 --- a/Shorewall-init/init.debian.sh +++ b/Shorewall-init/init.debian.sh @@ -26,7 +26,9 @@ ### BEGIN INIT INFO # Provides: shorewall-init # Required-Start: $local_fs -# Required-Stop: $network +# X-Start-Before: $network +# Required-Stop: $local_fs +# X-Stop-After: $network # Default-Start: S # Default-Stop: 0 6 # Short-Description: Initialize the firewall at boot time