Add systemd override for wg-quick units that don't yet implement reload

- Discussed on pull request 1164
This commit is contained in:
Orazio 2020-10-24 13:41:07 +02:00
parent 9955f1fc02
commit d860f1d402
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,2 @@
[Service]
ExecReload=/bin/bash -c 'exec /usr/bin/wg syncconf %i <(exec /usr/bin/wg-quick strip %i)'