diff options
Diffstat (limited to 'net/unbound/files/unbound.init')
-rwxr-xr-x | net/unbound/files/unbound.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unbound/files/unbound.init b/net/unbound/files/unbound.init index e76f68cd1..2f2df1483 100755 --- a/net/unbound/files/unbound.init +++ b/net/unbound/files/unbound.init @@ -62,8 +62,8 @@ service_triggers() { if [ ! -f "$UB_TOTAL_CONF" ] || [ -n "$UB_BOOT" ] ; then - # Unbound is can be a bit heavy, so wait some on first start but any - # interface coming up affects the trigger and delay so guarantee start + # Unbound can be a bit heavy, so wait some on first start. Any interface + # up affects the trigger delay and will guarantee start. procd_add_raw_trigger "interface.*.up" 3000 /etc/init.d/unbound restart elif [ -n "$triggers" ] ; then |