Skip to content

Commit 3f6754e

Browse files
Merge pull request opendatahub-io#434 from jstourac/RHOAIENG-14520
[RHOAIENG-14520] Change supervisord files location for rhel images
2 parents e990931 + 42d6b0a commit 3f6754e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rstudio/rhel9-python-3.11/supervisord/supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
nodaemon=true
3+
logfile=/tmp/supervisord.log
4+
pidfile=/tmp/supervisord.pid
35

46
[program:fcgiwrap]
57
command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket

rstudio/rhel9-python-3.9/supervisord/supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
nodaemon=true
3+
logfile=/tmp/supervisord.log
4+
pidfile=/tmp/supervisord.pid
35

46
[program:fcgiwrap]
57
command=/usr/sbin/fcgiwrap -s unix:/var/run/fcgiwrap.socket

0 commit comments

Comments
 (0)