mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-14 22:53:14 +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:
parent
96e2420ad0
commit
d670973f0b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user