mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-01-18 06:37:02 +01:00
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:
@@ -118,7 +118,6 @@ function installUnbound () {
|
|||||||
mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf.old
|
mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf.old
|
||||||
|
|
||||||
echo 'server:
|
echo 'server:
|
||||||
do-daemonize: no
|
|
||||||
trust-anchor-file: trusted-key.key
|
trust-anchor-file: trusted-key.key
|
||||||
root-hints: root.hints
|
root-hints: root.hints
|
||||||
num-threads: 2' >/etc/unbound/unbound.conf
|
num-threads: 2' >/etc/unbound/unbound.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user