Skip to content

Commit

Permalink
fix shibd in supervisor.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 18, 2021
1 parent 68822ac commit 1de0028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/system/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1de0028

Please sign in to comment.