twistd 를 daemon 화 하는 방법.
https://github.com/eagafonov/python-twisted-startup-script 의 방법을 이용한다.
1. /etc/python-twistd.d/ 디렉토리를 생성한다.
2. 위 git 에서 python-twisted-web 파일을 받는다. 그리고 파일 이름과 내용을 필요에 따라 수정. 아래부턴 편의상 그냥 python-twisted-web 이라고 쓰겠지만, 알아서 바꾼 이름을 사용하자.
3. git 에서 python-twisted-startup-script 를 위 python-twisted-web 파일과 이름을 똑같이 만들어서 /etc/init.d/ 에 넣는다.
4. $ sudo chmod +x /etc/init.d/python-twisted-web
5. $ sudo update-rc.d python-twisted-web defaults
6. $ service python-twisted-web start
'Linux, Server, Web' 카테고리의 다른 글
Python Asynchronous APNS / GCM Server (Python + Golang) (2) | 2015.12.23 |
---|---|
GoCM :: daemon 으로 만들기 (0) | 2015.12.23 |
우분투 시간 동기화 (0) | 2015.11.01 |
MediaWiki URL 설정 (0) | 2015.07.30 |
[Ubuntu] php-apn 설치하기 (0) | 2015.07.02 |