This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Win2003 server and cron/sshd as services (1.5.19)
- From: "Harig, Mark" <maharig at idirect dot net>
- To: "Mike Dunn" <mike dot dunn at well-dunn dot com>, <cygwin at cygwin dot com>
- Date: Tue, 2 May 2006 16:56:23 -0400
- Subject: RE: Win2003 server and cron/sshd as services (1.5.19)
>
> # If there is a running service, then stop it and remove it.
> cygrunsrv --query sshd > /dev/null 2>&1 && {
> cygrunsrv --stop $service;
> cygrunsrv --remove $service;
> };
Correction: '$service' should be replaced with 'sshd' in the two
lines above.
--
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/