File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [program:chrome]
2+ command=/usr/bin/google-chrome-stable \
3+ --no-sandbox \
4+ --disable-dev-shm-usage \
5+ --disable-gpu \
6+ --disable-features=UseOzonePlatform \
7+ --start-maximized \
8+ --no-first-run \
9+ --no-default-browser-check \
10+ --disable-infobars \
11+ --disable-extensions \
12+ --disable-translate \
13+ --disable-sync \
14+ --password-store=basic \
15+ --autoplay-policy=no-user-gesture-required \
16+ --disable-logging \
17+ --disable-breakpad \
18+ --disable-component-update \
19+ --remote-debugging-port=0 \
20+ %(ENV_BROWSER_OPTIONS)s \
21+ %(ENV_STARTING_WEBSITE_URL)s
22+ priority=20
23+ autostart=true
24+ autorestart=true
25+ stdout_logfile=/var/log/supervisor/chrome.log
26+ stderr_logfile=/var/log/supervisor/chrome_error.log
27+ environment=BROWSER_OPTIONS="--no-sandbox --disable-dev-shm-usage",STARTING_WEBSITE_URL="https://www.google.com"
You can’t perform that action at this time.
0 commit comments