testvnc / start.sh
Duongkum999's picture
Create start.sh
f31fc6c verified
raw
history blame
228 Bytes
#!/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