mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +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:
@@ -126,9 +126,9 @@ $(TARGET) :
|
||||
ln -sf ../init.d/network /etc/rc.d/rc0.d/K80network
|
||||
ln -sf ../init.d/network /etc/rc.d/rc3.d/S20network
|
||||
ln -sf ../init.d/network /etc/rc.d/rc6.d/K80network
|
||||
ln -sf ../init.d/unbound /etc/rc.d/rc0.d/K79unbound
|
||||
ln -sf ../init.d/unbound /etc/rc.d/rc0.d/K86unbound
|
||||
ln -sf ../init.d/unbound /etc/rc.d/rc3.d/S11unbound
|
||||
ln -sf ../init.d/unbound /etc/rc.d/rc6.d/K79unbound
|
||||
ln -sf ../init.d/unbound /etc/rc.d/rc6.d/K86unbound
|
||||
ln -sf ../init.d/random /etc/rc.d/rc0.d/K45random
|
||||
ln -sf ../init.d/random /etc/rc.d/rc3.d/S00random
|
||||
ln -sf ../init.d/random /etc/rc.d/rc6.d/K45random
|
||||
|
||||
Reference in New Issue
Block a user