Remove daemonize, at least from the configuration file example

daemonize only works on Linux so far, and it might not be secure not reliable
This commit is contained in:
Frank Denis 2018-01-30 16:12:36 +01:00
parent ce2a730ab7
commit 931916097e
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ require_nolog = true
require_nofilter = true
## Whether to the server as a background process (linux only)
## Do not set to true if you are using systemd
daemonize = false
## Always use TCP to connect to upstream servers
force_tcp = false