From 269cab691e231383ca11432484a303fca13e96d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 21 Nov 2019 14:23:34 +0100 Subject: [PATCH] Add priorities to TFW processes --- supervisor/components/tfw_init.conf | 1 + supervisor/components/tfw_server.conf | 1 + 2 files changed, 2 insertions(+) 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