File size: 228 Bytes
f31fc6c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Thiết lập mật khẩu cho x11vnc
mkdir -p ~/.vnc
x11vnc -storepasswd 1 ~/.vnc/passwd

# Khởi động XFCE4
startxfce4 &

# Khởi động Supervisor
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf