From de200bcc0f8472432ded28a8c89acfd4d3aa3e84 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 4 May 2016 10:25:12 +0200 Subject: [PATCH] core102: restart sshd and apache after uppdate. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/102/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/102/update.sh b/config/rootfiles/core/102/update.sh index 2f51d109e0..4fff3880be 100644 --- a/config/rootfiles/core/102/update.sh +++ b/config/rootfiles/core/102/update.sh @@ -55,6 +55,8 @@ ldconfig # # Start services # +/etc/init.d/sshd restart +/etc/init.d/apache restart sync # This update need a reboot... -- 2.39.5