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