ui / start.sh
Duongkum999's picture
Update start.sh
973f9f6 verified
raw
history blame contribute delete
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