From: Michael Tremer Date: Thu, 11 Jun 2015 15:12:16 +0000 (+0200) Subject: core91: Restart IPsec X-Git-Tag: v2.17-core91~5 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=06a076e0d881f2a4f6c6c57913cb8bf487cf9f2e;hp=69a8ce7d9782eeace26c92584a0aa524b573aa43 core91: Restart IPsec Signed-off-by: Michael Tremer --- 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