Skip to content

Commit

Permalink
fix supervisord config formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KW-M committed Sep 17, 2024
1 parent 154204d commit 05c4b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rov-tooling/config-files/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05c4b77

Please sign in to comment.