Quellcode durchsuchen

daemonizing tutorial includes a brief paragraph about centos

Milen Pavlov vor 12 Jahren
Ursprung
Commit
ee41907bce
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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/.