From 1de0028fbb13da76ef561cf01ed86ed7c1e4ab36 Mon Sep 17 00:00:00 2001
From: Paul Caskey <pcaskey@internet2.edu>
Date: Thu, 18 Mar 2021 15:40:33 +0000
Subject: [PATCH] fix shibd in supervisor.conf

---
 container_files/system/supervisord.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/container_files/system/supervisord.conf b/container_files/system/supervisord.conf
index 952bed5..41bb0b1 100644
--- a/container_files/system/supervisord.conf
+++ b/container_files/system/supervisord.conf
@@ -25,7 +25,7 @@ stderr_logfile=/tmp/loghttpd
 stderr_logfile_maxbytes=0
 
 [program:shibd]
-command=/usr/sbin/shibd -f
+command=/usr/sbin/shibd -f -F
 autostart=true
 autorestart=true
 stdout_logfile=/tmp/logshibd