Adding kill celery script, used for monit.

This commit is contained in:
Samuel Clay 2011-03-24 18:30:30 -04:00
parent f42a71ea1c
commit f816dcd54b

1
utils/kill_celeryd.sh Executable file
View file

@ -0,0 +1 @@
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9