You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
565 B
Plaintext

[supervisord]
nodaemon=true
[program:xvfb]
command=/xvfb.sh
autorestart=true
priority=100
[program:chromium-browser]
environment=HOME="/home/chrome",DISPLAY=":1",USER="chrome"
command=/chrome.sh
user=chrome
autorestart=true
priority=200
[program:node]
environment=HOME="/home/chrome",DISPLAY=":1",USER="chrome"
directory=/home/chrome/webRobotJS
command=/usr/bin/node zService.js
user=chrome
autorestart=true
priority=200
[program:x11vnc]
command=/usr/bin/x11vnc -display :1 %(ENV_X11VNC_AUTH)s -wait 5 -forever -xrandr
user=chrome
autorestart=true
priority=300