1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

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
This commit is contained in:
luislavena 2007-02-09 15:42:11 +00:00
parent 6ebfa13f56
commit 35c3d1ed4c

View file

@ -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.