From: Peter Müller Date: Mon, 18 Apr 2022 21:08:28 +0000 (+0000) Subject: Core Update 168: Ship and restart OpenVPN X-Git-Tag: v2.27-core170~304^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=sidebyside;h=159f9214a6852328f4edb327b33d2268ac4bac3f;p=ipfire-2.x.git Core Update 168: Ship and restart OpenVPN Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/168/filelists/openvpn b/config/rootfiles/core/168/filelists/openvpn new file mode 120000 index 0000000000..493f3f7a42 --- /dev/null +++ b/config/rootfiles/core/168/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 96af405583..e27d041d37 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -60,6 +60,8 @@ rm -vf \ # Stop services /etc/init.d/squid stop +/usr/local/bin/openvpnctrl -k +/usr/local/bin/openvpnctrl -kn2n # Extract files extract_files @@ -76,6 +78,8 @@ ldconfig # Start services /etc/init.d/vnstatd restart /etc/init.d/squid start +/usr/local/bin/openvpnctrl -s +/usr/local/bin/openvpnctrl -sn2n # This update needs a reboot... #touch /var/run/need_reboot