瀏覽代碼

daemonizing tutorial includes a brief paragraph about centos

Milen Pavlov 12 年之前
父節點
當前提交
ee41907bce
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/tutorials/daemonizing.rst

+ 6 - 0
docs/tutorials/daemonizing.rst

@@ -309,3 +309,9 @@ 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.0/extra/centos/.