update documentation for service

This commit is contained in:
hakril
2024-12-31 11:04:10 +01:00
parent 99d39604df
commit 4985f7bba5
26 changed files with 2528 additions and 516 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# A python script able to install itself as a service
import sys
import os.path
import argparse
@@ -10,7 +12,7 @@ import windows.generated_def as gdef
SERVICE_NAME = u"PFW_SERVICE_DEMO"
SERVICE_DESCRIPTION = u"PythonForWindows demo service"
SERVICE_LOGFILE = os.path.join(os.path.dirname(__file__), "logs.txt")
SERVICE_LOGFILE = os.path.join(os.path.dirname(__file__), "pfw_service_logs.txt")
SERVICE_HANDLE = None