From 012bb59a02f1a160b396507d039a37cc755c6b77 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 17 Feb 2025 19:06:50 +1100 Subject: [PATCH] marked default-stop run levels --- init/nfblocker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/nfblocker b/init/nfblocker index f6fdf59..9206cf8 100755 --- a/init/nfblocker +++ b/init/nfblocker @@ -4,7 +4,7 @@ # Required-Start: mountkernfs $local_fs # X-Start-Before: $network # Default-Start: S -# Required-Stop: +# Required-Stop: 0 6 # Short-Description: Block selected HTTP and HTTPS connections # Description: Firewall agent that blocks outbound connections # for selected domains -- 2.47.2