Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e7ccf commit 72e6679Copy full SHA for 72e6679
lib/tasks/crowd.rake
@@ -33,7 +33,7 @@ namespace :crowd do
33
namespace :node do
34
desc "Handy unix shotgun for culling zombie crowd worker processes"
35
task :cull do
36
- `ps aux | egrep "crowd|pdftk|tesseract|gm|soffice.bin" | ruby -e 'STDIN.read.split("\n").each{ |line| puts line.split[1] unless line =~ /rake|grep/ }' | xargs kill`
+ `ps aux | egrep "crowd|pdftk|tesseract|gm|soffice" | ruby -e 'STDIN.read.split("\n").each{ |line| puts line.split[1] unless line =~ /rake|grep/ }' | xargs kill`
37
end
38
39
task :cleanup_tmp do
0 commit comments