From 9a1d66b24d497a45fd3a7fa5dca6427d77c378d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Sun, 31 Oct 2021 11:31:33 +0100 Subject: [PATCH] fix(salt-api): Change supervisor priority Set lower priority for the salt-api service to ensure it starts after the salt-master process. --- assets/runtime/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/runtime/functions.sh b/assets/runtime/functions.sh index af7678f..69e9363 100755 --- a/assets/runtime/functions.sh +++ b/assets/runtime/functions.sh @@ -229,7 +229,7 @@ EOF # configure supervisord to start salt-api cat > /etc/supervisor/conf.d/salt-api.conf <