diff --git a/supervisord.conf b/supervisord.conf index 4519796..5e48ec0 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -57,13 +57,13 @@ priority=1 ; redirect_stderr=true ; priority=1 -; [program:fluxbox] -; command=/usr/bin/fluxbox -; autorestart=true -; stdout_logfile=/dev/fd/1 -; stdout_logfile_maxbytes=0 -; redirect_stderr=true -; priority=1 +[program:fluxbox] +command=/usr/bin/fluxbox +autorestart=true +stdout_logfile=/dev/fd/1 +stdout_logfile_maxbytes=0 +redirect_stderr=true +priority=1 [program:restart-aot-if-crashed] command=/bin/bash -c "/root/restart-aot-crash.sh"