diff --git a/supervisor/components/tfw_init.conf b/supervisor/components/tfw_init.conf index 51f65b5..63f5350 100644 --- a/supervisor/components/tfw_init.conf +++ b/supervisor/components/tfw_init.conf @@ -4,3 +4,4 @@ directory=/tmp command=bash tfw_init.sh autorestart=false startsecs=0 +priority=1 diff --git a/supervisor/components/tfw_server.conf b/supervisor/components/tfw_server.conf index de72b69..8f90c3a 100644 --- a/supervisor/components/tfw_server.conf +++ b/supervisor/components/tfw_server.conf @@ -2,3 +2,4 @@ user=root directory=%(ENV_TFW_SERVER_DIR)s command=python3 -u tfw_server.py +priority=2