Signed-off-by: Viktor Kim Christiansen <[email protected]> --- src/tools/systemd/[email protected] | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tools/systemd/[email protected] b/src/tools/systemd/[email protected] index 9c67af9..bddb19d 100644 --- a/src/tools/systemd/[email protected] +++ b/src/tools/systemd/[email protected] @@ -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 [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
