From: Arne Fitzenreiter Date: Wed, 4 May 2016 08:25:12 +0000 (+0200) Subject: core102: restart sshd and apache after uppdate. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de200bcc0f8472432ded28a8c89acfd4d3aa3e84;p=ipfire-2.x.git core102: restart sshd and apache after uppdate. Signed-off-by: Arne Fitzenreiter --- 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...