Skip to content

Commit 1595213

Browse files
Merge pull request #747 from guimou/fix/supervisord_files
RHOAIENG-14520: fix(vscode): change supervisord files location
2 parents f34d6bd + f5b956b commit 1595213

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

codeserver/ubi9-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

codeserver/ubi9-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

rstudio/c9s-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/c9s-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)