supervisor and other update

This commit is contained in:
Simon
2025-06-03 07:08:35 +00:00
parent ae8fd8e922
commit 860eadcbd4
8 changed files with 216 additions and 101 deletions

View File

@@ -0,0 +1,18 @@
[supervisord]
nodaemon=true
[program:hottub]
command=/app/supervisord/hottub.sh
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
directory=/app
[program:vnc]
command=/dockerstartup/vnc_startup.sh --wait
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
directory=/headless