From f5b956b1e548c17d1c796c57583f4a4bb068e18e Mon Sep 17 00:00:00 2001 From: Guillaume Moutier Date: Thu, 17 Oct 2024 09:27:14 -0400 Subject: [PATCH] Change supervisord files location --- codeserver/ubi9-python-3.11/supervisord/supervisord.conf | 2 ++ codeserver/ubi9-python-3.9/supervisord/supervisord.conf | 2 ++ rstudio/c9s-python-3.11/supervisord/supervisord.conf | 2 ++ rstudio/c9s-python-3.9/supervisord/supervisord.conf | 2 ++ 4 files changed, 8 insertions(+) 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