Browse Source

Fixed typo

Vitaly 12 years ago
parent
commit
86c97f9ae3
1 changed files with 1 additions and 1 deletions
  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