This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
NewsBlur
Watch
1
Star
0
Fork
You've already forked NewsBlur
0
mirror of
https://github.com/samuelclay/NewsBlur.git
synced
2025-08-05 16:58:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ed3ddf0b54
NewsBlur
/
utils
/
kill_celery.sh
3 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding sh header to kill_celery.
2011-03-25 10:44:46 -04:00
#!/bin/sh
Adding kill celery script, used for monit.
2011-03-24 18:30:30 -04:00
ps aux
|
grep celeryd
|
egrep -v grep
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in a new issue
Copy permalink