Daniel Franke wrote: > I added it with this command: > cygrunsrv.exe -I rsyncd -p /bin/rsync.exe -a "--daemon"
Using --daemon will cause the process to try and detach from the session. That is not what you want. Cygrunsrv is meant to supervise normal processes running in the foreground. Try --daemon --no-detach. If this does not help, then you'll need to provide the requested information in <http://cygwin.com/problems.html>, specifically your cygcheck output. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/