Prevent VNC from autostarting

This commit is contained in:
Josh.5
2022-09-17 17:55:34 +12:00
committed by Josh Sunnex
parent f4734507bf
commit 6260809ab3

View File

@@ -1,6 +1,6 @@
[program:x11vnc]
autostart=true
autostart=false
autorestart=true
priority=30
user=%(ENV_USER)s
@@ -14,7 +14,7 @@ stderr_logfile_maxbytes=10MB
stderr_logfile_backups=7
[program:novnc]
autostart=true
autostart=false
autorestart=true
priority=30
user=%(ENV_USER)s