NewsBlur/utils/restart

5 lines
238 B
Text
Raw Normal View History

#!/bin/sh
2010-06-27 21:01:49 -04:00
#ps aux | grep 8080 | egrep -v 'grep' | awk '{print $2}' | xargs kill; ./manage.py runfcgi method=threaded host=127.0.0.1 port=8080
sudo /etc/init.d/gunicorn restart
2010-08-22 18:49:01 -04:00
echo '----\n'
tail -f /home/conesus/newsblur/logs/newsblur.log