Skip to content

Commit 42d6b0a

Browse files
committed
[RHOAIENG-14520] Change supervisord files location for rhel images
This is a completition change for the opendathub-io/notebooks#747 (merged into this downstream in 1595213). We missed these two files because we don't have rhel based images in the upstream repository.
1 parent e990931 commit 42d6b0a

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)