Changed wgui.service

Updated wgui.service to only apply changes, that were made to clients. Not fully tested, could cause issues with wg-quick specific options.
This commit is contained in:
Arminas 2023-02-10 08:58:36 +02:00 committed by GitHub
parent fdb36e4711
commit 5986e1a7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service
ExecStart=/bin/bash -c 'wg syncconf wg0 <(wg-quick strip wg0)'
[Install]
RequiredBy=wgui.path