mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +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