diff --git a/.dev/Procfile b/.dev/Procfile index 4fdb8f4..61049a4 100644 --- a/.dev/Procfile +++ b/.dev/Procfile @@ -1,2 +1 @@ -trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done -monitor: python3 $SCRIPT_DIR/dev.py \ No newline at end of file +trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done \ No newline at end of file