salt/wireguard/wireguard.service: fix wg-quick paths

This commit is contained in:
Astro 2018-05-17 15:32:37 +02:00
parent 2a59f2cab2
commit 390607873f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PartOf=wireguard.service
[Service]
Type=oneshot
ExecStart=wg-quick up /etc/wg/%i.conf
ExecStop=wg-quick down /etc/wg/%i.conf
ExecStart=/usr/bin/wg-quick up /etc/wg/%i.conf
ExecStop=/usr/bin/wg-quick down /etc/wg/%i.conf
[Install]
WantedBy=multi-user.target