From 7d447a558d21681d303c19353bd224e94b38ebec Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Thu, 7 Mar 2024 23:41:13 -0700 Subject: [PATCH] - re-enable fluxbox as it actually is necessary to detect Program Error occurrences --- supervisord.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"