man
This commit is contained in:
@ -15,7 +15,7 @@ redirect_stderr=true
|
||||
[program:x11vnc]
|
||||
priority=20
|
||||
directory=/
|
||||
command=x11vnc -display :0 -shared -usepw
|
||||
command=x11vnc -display :0 -shared -passwd 484 -viewpasswd 123456
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
@ -48,19 +48,6 @@ stdout_logfile=/var/log/novnc.log
|
||||
redirect_stderr=true
|
||||
stopasgroup=true
|
||||
|
||||
[program:novnc]
|
||||
priority=26
|
||||
directory=/opt/novnc
|
||||
command=/opt/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 8788 --web /opt/novnc
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopsignal=QUIT
|
||||
stdout_logfile=/var/log/novnc.log
|
||||
redirect_stderr=true
|
||||
stopasgroup=true
|
||||
|
||||
|
||||
#[program:myrun]
|
||||
#priority=27
|
||||
#command=/usr/bin/myrun
|
||||
|
||||
Reference in New Issue
Block a user