From aae63d1af98728c4c4b864b9a6a475953c9d72f3 Mon Sep 17 00:00:00 2001 From: Arminas Date: Fri, 10 Feb 2023 15:18:14 +0200 Subject: [PATCH] Changed wgui.service Changed wgui.service to call additional restart-wg.sh file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8924457..2eb2d3d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ After=network.target [Service] Type=oneshot -ExecStart=/bin/bash -c 'wg syncconf wg0 <(wg-quick strip wg0)' +ExecStart=/bin/bash /DIR-TO-RESTART-FILE/restart-wg.sh [Install] RequiredBy=wgui.path