2016-09-08 11:38:23 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:xvfb]
|
|
|
|
command=/usr/bin/Xvfb :1 -screen 0 1920x1080x24
|
|
|
|
autorestart=true
|
|
|
|
user=alpine
|
|
|
|
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
|
2016-09-08 11:38:23 +00:00
|
|
|
user=alpine
|
|
|
|
autorestart=true
|
|
|
|
priority=200
|
|
|
|
|
|
|
|
[program:openbox]
|
|
|
|
environment=HOME="/home/alpine",DISPLAY=":1",USER="alpine"
|
|
|
|
command=/usr/bin/openbox
|
|
|
|
user=alpine
|
|
|
|
autorestart=true
|
|
|
|
priority=300
|