From 35c3d1ed4c5d546e4fd0e3087158eb67f124bb30 Mon Sep 17 00:00:00 2001 From: luislavena Date: Fri, 9 Feb 2007 15:42:11 +0000 Subject: [PATCH] Added a note about service::start and stop commands in win32 docs. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@520 19e92222-5c0b-0410-8929-a290d50e31e9 --- doc/site/src/docs/win32.page | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/site/src/docs/win32.page b/doc/site/src/docs/win32.page index 95d4e219..c3e386fb 100644 --- a/doc/site/src/docs/win32.page +++ b/doc/site/src/docs/win32.page @@ -89,6 +89,9 @@ h3. service::stop Sort of works right now and also only takes a -N parameter. It has a few errors when it tries to stop a service so we're working on making it cleaner. +*NOTE:* since mongrel_service 0.3.1, start and stop commands were removed. +Use net start / net stop instead. + h3. service::remove Takes the name (-N) of the service to remove and then removes it from the list.