From d76df575cc7067f7e57593fb91d9740ec6bfe3c3 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 8 Aug 2018 11:36:06 -0400 Subject: [PATCH] Remove unbound setup from pi-hole as it has been moved to the unbound docs --- armbian/pi_hole.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/armbian/pi_hole.md b/armbian/pi_hole.md index c4d3e93..b4ffacb 100644 --- a/armbian/pi_hole.md +++ b/armbian/pi_hole.md @@ -23,26 +23,6 @@ Add a 2nd ```interface``` line to ```/etc/unbound/unbound.conf``` Restart unbound with ```systemctl restart unbound``` -## Setup Unbound to start *after* Docker - -*See [here (link)](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/sect-Managing_Services_with_systemd-Unit_Files#brid-Managing_Services_with_systemd-Extending_Unit_Config) for more details.* - -This is mainly here to ensure that unbound starts *after* the Docker network comes up as it's configured to listen on the Docker network. It'll fail to load/restart if the bind address isn't present when it is started. - -``` bash - -mkdir -p /etc/systemd/system/unbound.service.d -cat > /etc/systemd/system/unbound.service.d/10-after-docker.conf <