Files
kiro-server-dind/supervisord.conf
2025-09-25 05:11:46 -05:00

15 lines
269 B
Plaintext

[supervisord]
nodaemon=true
[program:desktop]
command=/usr/local/bin/desktop-wrapper.sh
autorestart=true
user=coder
priority=10
[program:websockify]
command=/usr/bin/websockify --web=/usr/share/novnc/ 0.0.0.0:80 localhost:5900
autorestart=true
user=coder
priority=20