mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
3 lines
221 B
Bash
Executable file
3 lines
221 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 stop && sleep 1 && sudo /etc/init.d/gunicorn start &
|