restart unbound on dhcpd update rather than reload due to weird chroot behavior
This commit is contained in:
parent
c3d133a75e
commit
084e07cb44
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ fi
|
||||||
|
|
||||||
mv "$UNBOUND_LOCAL_DATA_FILE_TMP" "$UNBOUND_LOCAL_DATA_FILE"
|
mv "$UNBOUND_LOCAL_DATA_FILE_TMP" "$UNBOUND_LOCAL_DATA_FILE"
|
||||||
|
|
||||||
rcctl reload unbound
|
rcctl restart unbound
|
||||||
|
|
Loading…
Reference in a new issue