태그: service

0

Run Python as a Windows Service

Run Python as a Windows Service 단순하게 sc.exe 를 사용한다. 샘플코드인데 1sc create PythonApp binPath= "C:\Python34\Python.exe --C:\tmp\pythonscript.py" -- 이것이 왜 있는거지…??? 빼고 서비스를 생성해보자. 1sc create django