mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
initskripts: move unbound down after network down
this remove a bunch of unbound errors at shutdown because network down try to reconfigure unbond. (e.g. disable forwarders) Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -55,6 +55,10 @@ ldconfig
|
||||
# Update Language cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# move unbound down after network down
|
||||
mv /etc/rc.d/rc0.d/K79unbound /etc/rc.d/rc0.d/K86unbound
|
||||
mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound
|
||||
|
||||
# Start services
|
||||
|
||||
# This update needs a reboot...
|
||||
|
||||
Reference in New Issue
Block a user