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:
parent
ce2a730ab7
commit
931916097e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue