mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
5 lines
No EOL
238 B
Bash
Executable file
5 lines
No EOL
238 B
Bash
Executable file
#!/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
|
|
sudo /etc/init.d/gunicorn restart
|
|
echo '----\n'
|
|
tail -f /home/conesus/newsblur/logs/newsblur.log |