- re-enable fluxbox as it actually is necessary to detect Program Error occurrences

This commit is contained in:
Skylar Sadlier 2024-03-07 23:41:13 -07:00
parent 61eadc821e
commit 7d447a558d

View File

@ -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"