diff --git a/requirements.txt b/requirements.txt index 9d92472..c595fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/supervisord.conf b/supervisord.conf new file mode 100644 index 0000000..116642c --- /dev/null +++ b/supervisord.conf @@ -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