We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bebf926 + 5774c0b commit 3328c63Copy full SHA for 3328c63
TAKfreeServer/TAKWinService/beginProgramAsService.py
@@ -14,8 +14,8 @@
14
sys.path.append(os.path.normpath(os.path.join(SCRIPT_DIR, PACKAGE_PARENT)))
15
from server import ThreadedServer
16
class AppServerSvc (win32serviceutil.ServiceFramework):
17
- _svc_name_ = "TAKServer"
18
- _svc_display_name_ = "TAKServer"
+ _svc_name_ = "FreeTAKServer"
+ _svc_display_name_ = "FreeTAKServer"
19
killSwitch = 0
20
21
def __init__(self,args):
@@ -47,4 +47,4 @@ def main(self):
47
port = int(input('please enter the port your server should be listening on: '))
48
win32serviceutil.HandleCommandLine(AppServerSvc)
49
else:
50
- win32serviceutil.HandleCommandLine(AppServerSvc)
+ win32serviceutil.HandleCommandLine(AppServerSvc)
0 commit comments