diff --git a/codeserver/ubi9-python-3.11/supervisord/supervisord.conf b/codeserver/ubi9-python-3.11/supervisord/supervisord.conf index 801ac53ba..b9927e6f8 100644 --- a/codeserver/ubi9-python-3.11/supervisord/supervisord.conf +++ b/codeserver/ubi9-python-3.11/supervisord/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] nodaemon=true +logfile=/tmp/supervisord.log +pidfile=/tmp/supervisord.pid [program:fcgiwrap] command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket diff --git a/codeserver/ubi9-python-3.9/supervisord/supervisord.conf b/codeserver/ubi9-python-3.9/supervisord/supervisord.conf index 801ac53ba..b9927e6f8 100644 --- a/codeserver/ubi9-python-3.9/supervisord/supervisord.conf +++ b/codeserver/ubi9-python-3.9/supervisord/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] nodaemon=true +logfile=/tmp/supervisord.log +pidfile=/tmp/supervisord.pid [program:fcgiwrap] command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket diff --git a/rstudio/c9s-python-3.11/supervisord/supervisord.conf b/rstudio/c9s-python-3.11/supervisord/supervisord.conf index 801ac53ba..b9927e6f8 100644 --- a/rstudio/c9s-python-3.11/supervisord/supervisord.conf +++ b/rstudio/c9s-python-3.11/supervisord/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] nodaemon=true +logfile=/tmp/supervisord.log +pidfile=/tmp/supervisord.pid [program:fcgiwrap] command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket diff --git a/rstudio/c9s-python-3.9/supervisord/supervisord.conf b/rstudio/c9s-python-3.9/supervisord/supervisord.conf index 801ac53ba..b9927e6f8 100644 --- a/rstudio/c9s-python-3.9/supervisord/supervisord.conf +++ b/rstudio/c9s-python-3.9/supervisord/supervisord.conf @@ -1,5 +1,7 @@ [supervisord] nodaemon=true +logfile=/tmp/supervisord.log +pidfile=/tmp/supervisord.pid [program:fcgiwrap] command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket