From c84123b6a02e064f064beeb1987f67ec0f6cbcb3 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 20 Mar 2026 20:41:21 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6316740..3e0ad31 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Description=Drops outbound Internet traffic for the group "no-internet" [Service] ExecStart=iptables -I OUTPUT -m owner --gid-owner "no-internet" -j DROP +Type=oneshot [Install] WantedBy=multi-user.target