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)
This commit is contained in:
Henry N 2020-04-04 22:14:40 +02:00 committed by GitHub
parent 96e2420ad0
commit d670973f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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