NewsBlur/utils/restart

3 lines
141 B
Text
Raw Normal View History

#!/bin/sh
ps aux | grep 8080 | egrep -v 'grep' | awk '{print $2}' | xargs kill; ./manage.py runfcgi method=threaded host=127.0.0.1 port=8080