[Suggestion] Option for daemonizing #1868
phantomcraft
started this conversation in
Ideas
Replies: 1 comment
-
There used to be an option for it. However, daemonization is a complicated and uncommon thing in Go applications. Existing libraries were found to be unreliable on non-Linux systems, so the feature was eventually removed.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe it would be very useful when running dnscrypt-proxy from shell scripts.
Here I have to use daemonize tool in my scripts when sending dnscrypt-proxy to background: https://github.com/bmc/daemonize
Beta Was this translation helpful? Give feedback.
All reactions