mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:vnc]
|
|
command=/usr/bin/vncserver :1 -geometry 1280x800 -depth 24
|
|
user=vncuser
|
|
autostart=true
|
|
autorestart=true |