From d670973f0b55d7014b64cc3c0a6b19182a2475a9 Mon Sep 17 00:00:00 2001 From: Henry N Date: Sat, 4 Apr 2020 22:14:40 +0200 Subject: [PATCH] Arch: do-daemonize no is default Arch Linux starts "/usr/bin/unbound -d -p". "-d" do not fork into the background. So the "daemonize: no" is default. (For Systemd on Arch Linux) --- openvpn-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index e1b073a..6730717 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -118,7 +118,6 @@ function installUnbound () { mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf.old echo 'server: - do-daemonize: no trust-anchor-file: trusted-key.key root-hints: root.hints num-threads: 2' >/etc/unbound/unbound.conf