mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving Gunicorn PID.
This commit is contained in:
parent
57bb59bc4c
commit
d5551a2cc6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
kill -HUP `cat /var/run/gunicorn/gunicorn.pid`
|
||||
kill -HUP `cat ~/newsblur/logs/gunicorn.pid`
|
||||
echo '----\n'
|
||||
tail -f /home/conesus/newsblur/logs/newsblur.log
|
Loading…
Add table
Reference in a new issue