Move daemon to server directory
This commit is contained in:
parent
ca05257c79
commit
2a27b69c5e
2 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
gunicorn -c gunicorn.cfg daemon
|
||||
mkdir /tmp/panosteal/ -p
|
||||
gunicorn -c gunicorn.cfg server.daemon
|
||||
|
||||
|
|
Loading…
Reference in a new issue