i created a celeryd file in /etc/defaults/ from the code here:
https://github.com/celery/celery/blob/3.0/extra/generic-init.d/celeryd
Now when I want to run celeryd as a daemon and do this: sudo /etc/init.d/celerdy it says command not found. Where am I going wrong?
I am not sure what you are doing here but these are the steps to run celery as a daemon.
https://github.com/celery/celery/blob/3.0/extra/generic-init.d/celeryd
needs to be copied in your
/etc/init.dfolder with the nameceleryd/etc/defaultwith the namecelerydthat is used by the abovescript. This configuration file basically defines certain variables
and paths that are used by the above script. Here’s an example configuration.