mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
15 lines
734 B
Plaintext
15 lines
734 B
Plaintext
|
|
||
|
# https://peter.sh/experiments/chromium-command-line-switches/ --no-sandbox
|
||
|
[program:chromium]
|
||
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
||
|
command=/usr/lib/chromium/chromium --window-position=0,0 --window-size=%(ENV_SCREEN_WIDTH)s,%(ENV_SCREEN_HEIGHT)s --display=%(ENV_DISPLAY)s --start-maximized --bwsi --test-type --force-dark-mode --disable-file-system --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage
|
||
|
autorestart=true
|
||
|
priority=800
|
||
|
user=%(ENV_USER)s
|
||
|
stdout_logfile=/var/log/neko/chromium.log
|
||
|
stdout_logfile_maxbytes=100MB
|
||
|
stdout_logfile_backups=10
|
||
|
redirect_stderr=true
|
||
|
stderr_logfile=/var/log/neko/chromium.err.log
|
||
|
stderr_logfile_maxbytes=100MB
|
||
|
stderr_logfile_backups=10
|