]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core142: start suricata before unbound after update
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Mar 2020 05:54:09 +0000 (05:54 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Mar 2020 05:54:09 +0000 (05:54 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/142/update.sh

index 686e9ae89439dceb8b0abf221ce5e460b4cf40be..e46bdf2ea74948eee76e09a3f9c1b3b7a11549aa 100644 (file)
@@ -126,8 +126,8 @@ done
 /usr/local/bin/filesystem-cleanup
 
 # Start services
-/etc/init.d/unbound restart
 /etc/init.d/suricata start
+/etc/init.d/unbound restart
 /etc/init.d/squid start
 
 # remove lm_sensor config after collectd was started