Duongkum999 commited on
Commit
f31fc6c
·
verified ·
1 Parent(s): 69e9d26

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +11 -0
start.sh ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Thiết lập mật khẩu cho x11vnc
4
+ mkdir -p ~/.vnc
5
+ x11vnc -storepasswd 1 ~/.vnc/passwd
6
+
7
+ # Khởi động XFCE4
8
+ startxfce4 &
9
+
10
+ # Khởi động Supervisor
11
+ /usr/bin/supervisord -c /etc/supervisor/supervisord.conf