From 06a076e0d881f2a4f6c6c57913cb8bf487cf9f2e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 11 Jun 2015 17:12:16 +0200 Subject: [PATCH] core91: Restart IPsec Signed-off-by: Michael Tremer --- config/rootfiles/core/91/update.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/rootfiles/core/91/update.sh b/config/rootfiles/core/91/update.sh index 8667112608..e3341d2d36 100644 --- a/config/rootfiles/core/91/update.sh +++ b/config/rootfiles/core/91/update.sh @@ -31,6 +31,9 @@ do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done +# Stop services +/etc/init.d/ipsec stop + # Extract files extract_files @@ -41,8 +44,16 @@ chmod 777 /srv/web/ipfire/html/{accounting,graphs} # Update Language cache /usr/local/bin/update-lang-cache +# Regenerate IPsec configuration +sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi + sync +# Start services +if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then + /etc/init.d/ipsec start +fi + # This update need a reboot... #touch /var/run/need_reboot -- 2.39.2