Fixes aan requirements.txt en maak supervisord.conf
This commit is contained in:
parent
182ae859d4
commit
770adbddc2
2 changed files with 8 additions and 1 deletions
|
@ -9,7 +9,6 @@ olefile==0.44
|
|||
packaging==16.8
|
||||
peewee==2.9.0
|
||||
Pillow==4.0.0
|
||||
pkg-resources==0.0.0
|
||||
python-dateutil==2.6.0
|
||||
pytz==2016.10
|
||||
scipy==0.18.1
|
||||
|
|
8
supervisord.conf
Normal file
8
supervisord.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
[program:alleswatikvoel]
|
||||
directory=/home/ruben/hosts/alleswatikvoel
|
||||
command=/home/ruben/hosts/alleswatikvoel/env/bin/python /home/ruben/hosts/alleswatikvoel/server.py
|
||||
logfile=/home/ruben/log/alleswatikvoel.log
|
||||
logfile_backups=2
|
||||
startsecs=2
|
||||
user=ruben
|
||||
autorestart=true
|
Loading…
Reference in a new issue