Skip to content
Snippets Groups Projects
Unverified Commit e5596caa authored by Niaz's avatar Niaz Committed by GitHub
Browse files

[FIX] Add statd service at startup

parent 725bb130
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
export PYTHONUNBUFFERED=TRUE
mkdir -p /logs
service statd start
python image_similarity/main.py 2>&1 | tee /logs/gunicorn_image_similarity.log &
python manage.py showmigrations | tee /logs/show_migrate.log
python manage.py migrate | tee /logs/command_migrate.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment