Browse Source

Deleted docs on removed CentOS init script

For additional info, see https://github.com/celery/celery/issues/1895
Jason Veatch 9 years ago
parent
commit
8003449a68
1 changed files with 0 additions and 6 deletions
  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/.