I have an app that uses celery and django to run distributed tasks (like send email, crawl web,etc).
The app never was in prod, so I always start celeryd with ./manage celeryd.
I want to setup a pre-post env in linux, and I will need information in how to make an init.d script for start the celeryd for django. (I had made some init.d scripts before, no need complete script just relevant part)
Thanks!