From 617b63fa8c81561579e4d0089888cea27bba6b51 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 17 Feb 2025 19:22:43 +1100 Subject: [PATCH] correction --- init/nfblocker | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/nfblocker b/init/nfblocker index 9206cf8..3d90d90 100755 --- a/init/nfblocker +++ b/init/nfblocker @@ -3,8 +3,9 @@ # Provides: atd # Required-Start: mountkernfs $local_fs # X-Start-Before: $network +# Required-Stop: mountkernfs $local_fs # Default-Start: S -# Required-Stop: 0 6 +# Default-Stop: 0 6 # Short-Description: Block selected HTTP and HTTPS connections # Description: Firewall agent that blocks outbound connections # for selected domains -- 2.47.2