Added note regarding the used command

This commit is contained in:
simonmicro 2022-12-11 22:09:21 +01:00
parent 16eb5a010b
commit ddf1ad8efb
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6

View file

@ -119,7 +119,7 @@ class AppServerSvc (win32serviceutil.ServiceFramework):
_svc_name_ = "py-kms"
_svc_display_name_ = "py-kms"
_proc = None
_cmd = ["C:\Windows\Python27\python.exe", "C:\Windows\Python27\py-kms\pykms_Server.py"]
_cmd = ["C:\Windows\Python27\python.exe", "C:\Windows\Python27\py-kms\pykms_Server.py"] # UPDATE THIS - because Python 2.7 is end of life and you will use other parameters anyway
def __init__(self,args):
win32serviceutil.ServiceFramework.__init__(self,args)