From ad02d9406ea35431a4bb6c7a07a06105a9ba9fb6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Jul 2025 09:14:55 +0000 Subject: [PATCH] core197: Restart strongSwan Signed-off-by: Michael Tremer --- config/rootfiles/core/197/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh index 805369b38..936e692a9 100644 --- a/config/rootfiles/core/197/update.sh +++ b/config/rootfiles/core/197/update.sh @@ -46,6 +46,7 @@ done # Stop services /usr/local/bin/openvpnctrl -k /usr/local/bin/openvpnctrl -kn2n +/etc/init.d/ipsec stop KVER="xxxKVERxxx" @@ -152,6 +153,9 @@ fi # Restart services /etc/init.d/unbound restart +if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then + /etc/init.d/ipsec start +fi /etc/init.d/openvpn-n2n start /etc/init.d/openvpn-rw start /etc/init.d/collectd restart -- 2.47.3