2016-09-08 11:38:23 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:xvfb]
|
2021-05-25 16:20:40 +00:00
|
|
|
command=/usr/bin/Xvfb :1 -screen 0 1366x768x24
|
2016-09-08 11:38:23 +00:00
|
|
|
autorestart=true
|
2021-05-25 16:20:40 +00:00
|
|
|
user=bnuuy
|
2016-09-08 11:38:23 +00:00
|
|
|
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
|
2016-09-08 11:38:23 +00:00
|
|
|
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
|
2016-09-08 11:38:23 +00:00
|
|
|
autorestart=true
|
|
|
|
priority=300
|