기본 어플리케이션을 파이썬을 만들고 콘솔이 아닌 서비스로 뛰우기 위해서 찾아보니
아래 같은게 있다.
http://ryrobes.com/python/running-python-scripts-as-a-windows-service/
필요 서비스 마다 이름 수정하고 등록해서 밑에 file_path만 수정 해주면 될듯
윈도우에서 서비스 실행을 위해서는 pywin32가 필요하다.
https://sourceforge.net/projects/pywin32/
해당 사이트에서 os에 맞는 버전을 찾아서 하면 된다.
py_service.py
'IT' 카테고리의 다른 글
[Java][ObjectMapper] Pretty Print JSON 예쁘게 JSON 출력 (0) | 2017.02.05 |
---|---|
[Linux] chmod (0) | 2017.02.01 |
[Java] Eclipse PMD (0) | 2017.01.30 |
[Java] nested exception is java.lang.IndexOutOfBoundsException: Index: 256, Size: 256 Spring WebDataBinder AutoGrowCollectionLimit (0) | 2016.12.11 |
[Swift] UITableView Cell FontSize 맞추기 (0) | 2016.11.26 |