mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding kill celery script, used for monit.
This commit is contained in:
parent
f42a71ea1c
commit
f816dcd54b
1 changed files with 1 additions and 0 deletions
1
utils/kill_celeryd.sh
Executable file
1
utils/kill_celeryd.sh
Executable file
|
@ -0,0 +1 @@
|
|||
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9
|
Loading…
Add table
Reference in a new issue