From 4bd2536f4b2da867a96c53b79320874793231002 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 12 May 2012 19:40:41 +0200 Subject: [PATCH] core59: start/stop ipsec and ssh at update. --- config/rootfiles/core/59/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/59/update.sh b/config/rootfiles/core/59/update.sh index 5a3cc2a213..6764f1c20c 100644 --- a/config/rootfiles/core/59/update.sh +++ b/config/rootfiles/core/59/update.sh @@ -34,12 +34,15 @@ done # #Stop services +/etc/init.d/ipsec stop +/etc/init.d/sshd stop # #Extract files # #Start services +/etc/init.d/sshd start if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then /etc/init.d/ipsec start fi -- 2.39.2