neko/.docker/files/firefox/supervisord.conf

11 lines
386 B
Plaintext
Raw Normal View History

2020-01-30 20:19:57 +13:00
[program:firefox-esr]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=/usr/lib/firefox-esr/firefox-esr --display=%(ENV_DISPLAY)s -setDefaultBrowser -width 1280 -height 720
2020-01-30 20:19:57 +13:00
autorestart=true
priority=800
user=%(ENV_USER)s
stdout_logfile=/var/log/neko/firefox-esr.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=10
2020-04-22 07:59:46 +12:00
redirect_stderr=true