[FIX] Change the name of the NT Service

bzr revid: stephane@openerp.com-20101229115144-xj2mhe2d8wy1m4iv
This commit is contained in:
Stephane Wirtel 2010-12-29 12:51:44 +01:00
parent b6595ed6d5
commit 191f66c521
3 changed files with 6 additions and 6 deletions

View File

@ -34,10 +34,10 @@ import thread
class OpenERPServerService(win32serviceutil.ServiceFramework):
# required info
_svc_name_ = "openerp-service"
_svc_display_name_ = "OpenERP Server"
_svc_name_ = "openerp-server-6.0"
_svc_display_name_ = "OpenERP Server 6.0"
# optionnal info
_svc_description_ = "OpenERP Server service"
_svc_description_ = "OpenERP Server 6.0 service"
def __init__(self, args):
win32serviceutil.ServiceFramework.__init__(self, args)

View File

@ -1,7 +1,7 @@
@PATH=%WINDIR%\system32;%WINDIR%;%WINDIR%\System32\Wbem;.
@net stop openerp-service
@net stop openerp-server-6.0
@net start openerp-service
@net start openerp-server-6.0
cls

View File

@ -1,5 +1,5 @@
@PATH=%WINDIR%\system32;%WINDIR%;%WINDIR%\System32\Wbem;.
@net stop openerp-service
@net stop openerp-server-6.0
cls