Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sockets are kept around after run if die encountered #47

Closed
asmartin opened this issue Aug 18, 2016 · 1 comment
Closed

Sockets are kept around after run if die encountered #47

asmartin opened this issue Aug 18, 2016 · 1 comment

Comments

@asmartin
Copy link

In #46 syncoid errors out with a call to die. In this case, it does not clean up the socket in /tmp, so this file gets left behind. Would it be possible to add an END block that cleans up $socket? Thanks!

@jimsalterjrs
Copy link
Owner

This should no longer be a problem, because instead of ControlPersist=yes I'm now using ControlPersist=1m, which will cause the mux channel to die all by itself after no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants