From: Michael Tremer Date: Tue, 22 Jul 2025 09:14:55 +0000 (+0000) Subject: core197: Restart strongSwan X-Git-Tag: v2.29-core197~25^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad02d9406ea35431a4bb6c7a07a06105a9ba9fb6;p=ipfire-2.x.git core197: Restart strongSwan Signed-off-by: Michael Tremer --- 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