From 05c4b7718a01774cf1379fb9a07ed85fd0c3b7c5 Mon Sep 17 00:00:00 2001 From: Kyle Worcester-Moore <16263357+KW-M@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:55:49 -0700 Subject: [PATCH] fix supervisord config formatting --- rov-tooling/config-files/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rov-tooling/config-files/supervisord.conf b/rov-tooling/config-files/supervisord.conf index 11f3c7e0..b69a9d2a 100644 --- a/rov-tooling/config-files/supervisord.conf +++ b/rov-tooling/config-files/supervisord.conf @@ -44,12 +44,12 @@ autorestart=unexpected [program:ROV-PYTHON] # command=/bin/bash -c "export DBUS_SESSION_BUS_ADDRESS=$(dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address | cut -d, -f1);/rov-web/rov-tooling/prefix-log.sh python3 /rov-web/rov-python/selenium_webdriver_manager.py --config-file /rov-web/rov-tooling/config-files/rov-config.example.json" -environment=PYTHONUNBUFFERED=1 +environment=PYTHONUNBUFFERED=1,HOME=/home/%(ENV_CHROMIUM_USER)s,USER=%(ENV_CHROMIUM_USER)s # /rov-web/rov-python/selenium_webdriver_manager.py --config-file /rov-web/rov-tooling/config-files/rov-config.example.json # command=python3 /rov-web/rov-python/selenium_webdriver_manager_copy.py command=python3 /rov-web/rov-python/simple_chromium.py priority=3 -user=%(ENV_CHROMIUM_USER) +user=%(ENV_CHROMIUM_USER)s killasgroup=true stopasgroup=true redirect_stderr=true