You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some issues running fsniper -daemon through ssh.
ssh hangs. The reason is that it is waiting for EOF for stdin, stdout, stderr.
I take a quick look at fsniper source code.
Do I see it right? In daemon mode it just forks?
What about the right daemonization? https://en.wikipedia.org/wiki/Daemon_%28computing%29#Creation
The text was updated successfully, but these errors were encountered:
Hello!
We have some issues running fsniper -daemon through ssh.
ssh hangs. The reason is that it is waiting for EOF for stdin, stdout, stderr.
I take a quick look at fsniper source code.
Do I see it right? In daemon mode it just forks?
What about the right daemonization?
https://en.wikipedia.org/wiki/Daemon_%28computing%29#Creation
The text was updated successfully, but these errors were encountered: