This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
NewsBlur-viq
Watch
1
Star
0
Fork
You've already forked NewsBlur-viq
0
mirror of
https://github.com/viq/NewsBlur.git
synced
2025-08-05 16:49:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b7b0243356
NewsBlur-viq
/
utils
/
kill_celery.sh
3 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding sh header to kill_celery.
2011-03-25 10:44:46 -04:00
#!/bin/sh
Searching for celery instead of celeryd to also take celerybeat into account.
2012-12-10 10:57:12 -08:00
ps aux
|
grep celery
|
egrep -v grep
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in a new issue
Copy permalink