Skip to content

Commit

Permalink
Merge pull request #15 from docker/3.2.1_03172021
Browse files Browse the repository at this point in the history
fix shibd in supervisor.conf
  • Loading branch information
pcaskey authored Mar 18, 2021
2 parents 347db48 + 1de0028 commit c2bd1cc
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 c2bd1cc

Please sign in to comment.