Vitaly 12 anni fa
parent
commit
86c97f9ae3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      extra/generic-init.d/celerybeat

+ 1 - 1
extra/generic-init.d/celerybeat

@@ -26,7 +26,7 @@ DEFAULT_LOG_FILE="/var/log/celerybeat.log"
 DEFAULT_LOG_LEVEL="INFO"
 DEFAULT_CELERYBEAT="celery beat"
 
-# /etc/init.d/ssh: start and stop the celery task worker daemon.
+# /etc/init.d/celerybeat: start and stop the celery periodic task scheduler daemon.
 
 if test -f /etc/default/celeryd; then
     . /etc/default/celeryd