Prevent VNC from autostarting
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
[program:x11vnc]
|
[program:x11vnc]
|
||||||
autostart=true
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=30
|
priority=30
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
@@ -14,7 +14,7 @@ stderr_logfile_maxbytes=10MB
|
|||||||
stderr_logfile_backups=7
|
stderr_logfile_backups=7
|
||||||
|
|
||||||
[program:novnc]
|
[program:novnc]
|
||||||
autostart=true
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=30
|
priority=30
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
|
|||||||
Reference in New Issue
Block a user