소스 검색

Merge pull request #3044 from veatch/patch-2

Deleted docs on removed CentOS init script
Ask Solem Hoel 9 년 전
부모
커밋
3e4cc02ebe
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      docs/tutorials/daemonizing.rst

+ 0 - 6
docs/tutorials/daemonizing.rst

@@ -424,9 +424,3 @@ Windows
 See this excellent external tutorial:
 
 http://www.calazan.com/windows-tip-run-applications-in-the-background-using-task-scheduler/
-
-CentOS
-======
-In CentOS we can take advantage of built-in service helpers, such as the
-pid-based status checker function in ``/etc/init.d/functions``.
-See the sample script in http://github.com/celery/celery/tree/3.1/extra/centos/.