fscan/TestDocker/VNC/supervisord.conf

8 lines
146 B
Plaintext
Raw Normal View History

2024-12-20 03:01:26 +08:00
[supervisord]
nodaemon=true
[program:vnc]
command=/usr/bin/vncserver :1 -geometry 1280x800 -depth 24
user=vncuser
autostart=true
autorestart=true