From 5986e1a7d0a5610b5cd381df4a0d84ff709d4d3c Mon Sep 17 00:00:00 2001 From: Arminas Date: Fri, 10 Feb 2023 08:58:36 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598a994..8924457 100644 --- a/README.md +++ b/README.md @@ -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