script for killing zombie passenger processes

This commit is contained in:
albert
2013-04-05 14:40:21 -04:00
parent f2780f6eb4
commit e2b20c3de4

View File

@@ -0,0 +1,6 @@
#!/bin/sh
script/donmai/downbooru
sleep 5
ps aux | grep Rack | grep Rl | cut -c10-15 | xargs kill -SIGTERM
script/donmai/upbooru