From 564cfd918c1179a9adee3935794b3f31487a9a49 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 20 Mar 2026 20:43:29 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e0ad31..f286623 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,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 +RemainAfterExit=yes [Install] WantedBy=multi-user.target