This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rsync daemon not starting as windows service


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]