Skip to content

Commit

Permalink
Update supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 5, 2019
1 parent f964ccb commit dad6e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containerfiles/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stderr_logfile_maxbytes=0
directory=/usr/bin

[program:shibui]
command=/usr/bin/java -Didp.home=/idp-home -jar /opt/shibui/shibui.jar
command=/usr/bin/java -Didp.home=/idp-home -jar /opt/shibui/shibui.jar --shibui.user-bootstrap-resource=file:users.txt
directory=/opt/shibui
autostart=true
autorestart=true
Expand All @@ -26,4 +26,4 @@ stderr_logfile=/proc/1/fd/1
stderr_logfile_maxbytes=0

[include]
files=/etc/supervisor/conf.d/*
files=/etc/supervisor/conf.d/*

0 comments on commit dad6e4c

Please sign in to comment.