From 320ae284862dcc137893df014180bf39bed1737d Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 20 Mar 2026 20:36:46 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aeb02f8..6316740 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,7 @@ Breakdown of iptables command: Next we will reload our systemctl services, and enable no-internet so it persistently starts at boot ``` systemctl daemon-reload -systemctl enable no-internet.service -systemctl start no-internet.service +systemctl enable --now no-internet.service ``` Note: a similar effect could be achieved via cron by making an entry along the lines of