Skip to content

Commit

Permalink
Update supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Feb 11, 2020
1 parent 56c4690 commit f3f7368
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions containerfiles/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ loglevel=error
nodaemon=true
user=root

[program:cron]
command=/usr/sbin/crond -n
autostart=true
autorestart=true
stdout_logfile=/proc/1/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/1/fd/1
stderr_logfile_maxbytes=0
directory=/usr/bin

[program:shibui]
command=/usr/bin/java -Didp.home=/idp-home -jar /opt/shibui/shibui.jar --shibui.user-bootstrap-resource=file:users.txt
directory=/opt/shibui
Expand Down

0 comments on commit f3f7368

Please sign in to comment.