bnuuy/etc/supervisord.conf

22 lines
487 B
Text
Raw Normal View History

[supervisord]
nodaemon=true
[program:xvfb]
2021-05-25 16:20:40 +00:00
command=/usr/bin/Xvfb :1 -screen 0 1366x768x24
autorestart=true
2021-05-25 16:20:40 +00:00
user=bnuuy
priority=100
[program:x11vnc]
2016-11-16 01:56:14 +00:00
command=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :1 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer
2021-05-25 16:20:40 +00:00
user=bnuuy
autorestart=true
priority=200
2021-05-25 17:24:45 +00:00
[program:firefox]
2021-05-25 16:20:40 +00:00
environment=HOME="/home/bnuuy",DISPLAY=":1",USER="bnuuy"
command=/usr/bin/firefox -width 1366 -height 768
user=bnuuy
autorestart=true
priority=300