File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ pidfile=/tmp/supervisord.pid
13
13
logfile=/tmp/supervisord.log
14
14
15
15
[program:xvfb]
16
- command=/usr/bin/Xvfb :99 -screen 0 1280x864x16 -ac -pn -noreset
16
+ command=/usr/bin/Xvfb :99 -screen 0 1280x864x16 -ac -pn +extension GLX +extension RANDR +render -noreset
17
17
autorestart=true
18
18
19
19
[program:x11vnc]
20
- command=x11vnc -shared -rfbport 5900 -display :99
20
+ command=x11vnc -shared -rfbport 5900 -display :99 -xrandr resize
21
21
autorestart=true
22
22
23
23
[program:novnc]
Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ if [[ $UID != 0 ]]; then
6
6
echo " sudo $0 $* "
7
7
exit 1
8
8
fi
9
-
9
+
10
+ # Kill running sessions
11
+ echo " Killing running sessions"
12
+ echo
13
+ /opt/c9vnc/c9vnc.sh -k
14
+
10
15
# Remove supervisord configuration
11
16
echo " Removing supervisord configuration"
12
17
echo
You can’t perform that action at this time.
0 commit comments