2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Remove invoke tasks which perform system commands

- tasks.py is now for InvenTree specific tasks only
This commit is contained in:
Oliver Walters
2021-03-24 22:24:47 +11:00
parent ce64feb79d
commit df0ab2359f
4 changed files with 22 additions and 40 deletions

View File

@ -16,8 +16,8 @@ logfile=/home/inventree/log/supervisor.log
[program:inventree-server]
user=inventree
directory=/mnt/c/inventree/InvenTree
command=/mnt/c/inventree/inventree-env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi
directory=/home/inventree/src/InvenTree
command=/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi
startsecs=10
autostart=true
autorestart=true
@ -28,8 +28,8 @@ stdout_logfile=/home/inventree/log/server.out.log
[program:inventree-cluster]
user=inventree
directory=/mnt/c/inventree/InvenTree
command=/mnt/c/inventree/inventree-env/bin/python manage.py qcluster
directory=/home/inventree/src/InvenTree
command=/home/inventree/env/bin/python manage.py qcluster
startsecs=10
autostart=true
autorestart=true