rsync daemon not starting as windows service

Brian Dessent brian@dessent.net
Wed Aug 10 22:32:00 GMT 2005


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/



More information about the Cygwin mailing list