forked from soffchen/tiny-remote-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupervisord.conf
More file actions
37 lines (29 loc) · 770 Bytes
/
supervisord.conf
File metadata and controls
37 lines (29 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[supervisord]
nodaemon=true
[program:X11]
command=/usr/bin/Xvfb :0 -screen 0 %(ENV_RESOLUTION)sx24
autorestart=true
[program:x11vnc]
command=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer -rfbport 5901
autorestart=true
[program:novnc]
command=/usr/bin/novnc_server --vnc localhost:5901 --listen 6901
autorestart=true
#[program:fluxbox]
#command=/usr/bin/fluxbox
#autorestart=true
[program:xfce]
command=/usr/bin/startxfce4
autorestart=true
[program:xterm]
command=/usr/bin/xterm
autorestart=false
startretries = 1
[program:xrdp]
command=/usr/sbin/xrdp
autorestart=true
startretries = 1
[program:chromium]
command=/usr/bin/chromium-browser --no-sandbox
autorestart=false
startretries = 1