The local_unbound service will configure and bootstrap itself, but only
if a network connection is available. This is not an issue when running 'service local_unbound setup' interactively, but can be on a diskless system where local_unbound self-configures on every boot. To address this, add explicit dependencies on netwait and defaultroute. Submitted by: eugen Approved by: re (gjb)
This commit is contained in:
parent
d0d49703a5
commit
c51198361b
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: local_unbound
|
# PROVIDE: local_unbound
|
||||||
# REQUIRE: FILESYSTEMS netif resolv
|
# REQUIRE: FILESYSTEMS defaultroute netwait resolv
|
||||||
# BEFORE: NETWORKING
|
# BEFORE: NETWORKING
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user