RE: Remove cygwin services

2005-08-15 Thread Igor Pechtchanski
On Fri, 12 Aug 2005, Herb Martin wrote: > It might help (pure speculation) to enable one of the "signals" > when creating Cygwin-Apps as services. This way the "stop" > will include a HUP or TERM. $ cygrunsrv --help 2>&1 | grep -C2 'HUP' -s, --termsig Optional signal to send to service app

RE: Remove cygwin services

2005-08-12 Thread Herb Martin
> [EMAIL PROTECTED] ~ > $ cygrunsrv.exe -R init > cygrunsrv: Error removing a service: QueryServiceStatus: > Win32 error 1053: > The service did not respond to the start or control request > in a timely fashion. > > > By root, I mean this is an administrator a/c. As I understand cygrunsrv, w

Re: Remove cygwin services

2005-08-12 Thread Jason FU
Herb Martin learnquick.com> writes: > > > [mailto:cygwin-owner cygwin.com] On Behalf Of Jason FU > > What do I do in order to remove installed services of cygwin > > like sshd, init and so on? > > > > [ I am new to cygwin so factor this into my answer...] > > cygrunsrv -R SERVICE_NAME > >

RE: Remove cygwin services

2005-08-12 Thread Herb Martin
> [mailto:[EMAIL PROTECTED] On Behalf Of Jason FU > What do I do in order to remove installed services of cygwin > like sshd, init and so on? > [ I am new to cygwin so factor this into my answer...] cygrunsrv -R SERVICE_NAME Example: cygrunsrv -R sshd You may also use the Windows services.ms