Skip to content

Commit a3a76d4

Browse files
committed
Update supervisord.conf
1 parent d7c1247 commit a3a76d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

supervisord.conf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ nodaemon=true
44
[program:docker]
55
command=/usr/local/bin/wrapdocker
66

7-
[program:vnc]
8-
priority=10
9-
directory=/root/
10-
command = startvnc.sh
11-
user=root
12-
autostart=true
13-
autorestart=true
14-
stopsignal=QUIT
15-
stdout_logfile=/var/log/vnc.log
16-
stderr_logfile=/var/log/vnc.err
7+
#[program:vnc]
8+
#priority=10
9+
#directory=/root/
10+
#command = startvnc.sh
11+
#user=root
12+
#autostart=true
13+
#autorestart=true
14+
#stopsignal=QUIT
15+
#stdout_logfile=/var/log/vnc.log
16+
#stderr_logfile=/var/log/vnc.err
1717

0 commit comments

Comments
 (0)