supervisor and other update
This commit is contained in:
18
supervisord/supervisord.conf
Normal file
18
supervisord/supervisord.conf
Normal 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
|
||||
Reference in New Issue
Block a user