Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42FA813C.24C10D35@dessent.net> Date: Wed, 10 Aug 2005 15:35:40 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rsync daemon not starting as windows service References: <200508101505 DOT 41578 DOT daniel AT quanza DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 , 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/