From 895cbfda49d5ace4888c98234bc7908307e68ab6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 29 Jul 2023 07:38:51 -0700 Subject: [PATCH] Reload systemd Signed-off-by: Tommy --- GCP-Debian-11.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/GCP-Debian-11.sh b/GCP-Debian-11.sh index da27d63..c6929fe 100644 --- a/GCP-Debian-11.sh +++ b/GCP-Debian-11.sh @@ -86,6 +86,7 @@ BindReadOnlyPaths=-/run/systemd/notify:@UNBOUND_CHROOT_DIR@/run/systemd/notify BindReadOnlyPaths=-/dev/urandom:@UNBOUND_CHROOT_DIR@/dev/urandom BindPaths=-/dev/log:@UNBOUND_CHROOT_DIR@/dev/log' | sudo tee /etc/systemd/system/unbound.service.d/override.conf +sudo systemctl daemon-reload sudo systemctl restart unbound sudo systemctl disable --now systemd-resolved