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:
parent
96e2420ad0
commit
d670973f0b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue