@@ -6,7 +6,7 @@
# :Usage: /etc/init.d/celerybeat {start|stop|force-reload|restart|try-restart|status}
# :Configuration file: /etc/default/celerybeat or /etc/default/celeryd
#
-# See http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#generic-init-scripts
+# See http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#generic-init-scripts
### BEGIN INIT INFO
# Provides: celerybeat
# :Usage: /etc/init.d/celeryd {start|stop|force-reload|restart|try-restart|status}
# :Configuration file: /etc/default/celeryd (or /usr/local/etc/celeryd on BSD)
@@ -1,5 +1,5 @@
# See
-# http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#available-options
+# http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#usage-systemd
CELERY_APP="proj"
CELERYD_NODES="worker"