Development discussion of WireGuard
 help / color / mirror / Atom feed
From: Viktor Kim Christiansen <vkc@connectedcars.dk>
To: wireguard@lists.zx2c4.com
Subject: [PATCH] wg-quick@.service: change execstart & execstop to use unescaped instance name
Date: Wed, 20 Feb 2019 09:33:58 +0100	[thread overview]
Message-ID: <20190220083358.30941-1-vkc@connectedcars.dk> (raw)

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

                 reply	other threads:[~2019-02-21  7:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190220083358.30941-1-vkc@connectedcars.dk \
    --to=vkc@connectedcars.dk \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).