Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH] wg-quick@.service: change execstart & execstop to use unescaped instance name
@ 2019-02-20  8:33 Viktor Kim Christiansen
  0 siblings, 0 replies; only message in thread
From: Viktor Kim Christiansen @ 2019-02-20  8:33 UTC (permalink / raw)
  To: wireguard

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

diff --git a/src/tools/systemd/wg-quick@.service b/src/tools/systemd/wg-quick@.service
index 9c67af9..bddb19d 100644
--- a/src/tools/systemd/wg-quick@.service
+++ b/src/tools/systemd/wg-quick@.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

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-21  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20  8:33 [PATCH] wg-quick@.service: change execstart & execstop to use unescaped instance name Viktor Kim Christiansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).