[PATCH] wg-quick at .service: change execstart & execstop to use unescaped instance name

Viktor Kim Christiansen vkc at connectedcars.dk
Wed Feb 20 09:33:58 CET 2019


Signed-off-by: Viktor Kim Christiansen <vkc at connectedcars.dk>
---
 src/tools/systemd/wg-quick at .service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tools/systemd/wg-quick at .service b/src/tools/systemd/wg-quick at .service
index 9c67af9..bddb19d 100644
--- a/src/tools/systemd/wg-quick at .service
+++ b/src/tools/systemd/wg-quick at .service
@@ -12,8 +12,8 @@ Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/usr/bin/wg-quick up %i
-ExecStop=/usr/bin/wg-quick down %i
+ExecStart=/usr/bin/wg-quick up %I
+ExecStop=/usr/bin/wg-quick down %I
 
 [Install]
 WantedBy=multi-user.target
-- 
2.20.1



More information about the WireGuard mailing list