From: Michael Tremer Date: Mon, 8 Jun 2026 13:59:18 +0000 (+0000) Subject: core203: Restart OpenVPN X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ff2b5c50bf784f659459285fbfaa54d96bd210;p=ipfire-2.x.git core203: Restart OpenVPN The package has been updated in this release, so we need to restart it. Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/core/203/update.sh index a02e7daf0..7242f1445 100644 --- a/config/rootfiles/core/203/update.sh +++ b/config/rootfiles/core/203/update.sh @@ -126,6 +126,10 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec restart fi +# Restart OpenVPN +/etc/init.d/openvpn-rw restart +/etc/init.d/openvpn-n2n restart + # Re-fetch any RPZs in background /usr/local/bin/update-rpzs &