From 7405c4d29a809812a446bfa79610c2ed86ea6d9a Mon Sep 17 00:00:00 2001 From: koratfood <64777963+koratfood@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:05:44 +0100 Subject: [PATCH] Remove 'systemctl start' (already started by '--now' arg on preceeding line) --- Using-WireGuard-Easy-without-Docker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index 4c03098..9978b6e 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -18,7 +18,6 @@ wget -O /etc/systemd/system/wg-easy.service https://envs.sh/QQK.txt <--broke?? nano /etc/systemd/system/wg-easy.service # Replace everything that is marked as 'REPLACEME' and tweak it to your liking systemctl daemon-reload systemctl enable --now wg-easy.service -systemctl start wg-easy.service To upgrade do the following