init.d celery script for CentOS?
I'm writing a Django app that uses celery. So far I've been running on Ubuntu, but I'm trying to deploy to CentOS. Celery comes with a nice init.d script for Debian-based distributions, but it doesn't work on RedHat-based distributions like CentOS because it uses start-stop-daemon. Does anybody have an equivalent one for RedHat that uses the same variable conventions so I can reuse my /etc/default/celeryd file? Camilo Nova Is better solved here: Celery CentOS init script You should be good using that one Since I didn't get an answer, I tried to roll my own: #!/bin/sh # # chkconfig: 345 99 15 #