From 084e07cb4449a69f7a181879911a99dc4c532b7d Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Mon, 10 May 2021 00:49:03 -0400 Subject: [PATCH] restart unbound on dhcpd update rather than reload due to weird chroot behavior --- cron/unbound-dhcpd-updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/unbound-dhcpd-updater b/cron/unbound-dhcpd-updater index 56f8fac..1d09560 100755 --- a/cron/unbound-dhcpd-updater +++ b/cron/unbound-dhcpd-updater @@ -25,4 +25,4 @@ fi mv "$UNBOUND_LOCAL_DATA_FILE_TMP" "$UNBOUND_LOCAL_DATA_FILE" -rcctl reload unbound +rcctl restart unbound