Permalink
Cannot retrieve contributors at this time
HR-midPoint-Grouper-Wordpress-Demo/midpoint/midpoint-server/container_files/supervisor/supervisord.conf
Go to file[supervisord] | |
logfile=/tmp/logsuperd | |
logfile_maxbytes=0 | |
loglevel=error | |
nodaemon=true | |
user=root | |
[program:httpd] | |
command=/bin/bash -c "/usr/local/bin/start-httpd.sh" | |
stdout_logfile=/tmp/loghttpd | |
stdout_logfile_maxbytes=0 | |
redirect_stderr=true | |
[program:midpoint] | |
command=/bin/bash -c "/usr/local/bin/start-midpoint.sh" | |
stdout_logfile=/dev/fd/2 | |
stdout_logfile_maxbytes=0 | |
redirect_stderr=true | |
[program:crond] | |
command=/usr/sbin/crond -n -i -m off | |
stdout_logfile=/tmp/logcrond | |
stdout_logfile_maxbytes=0 | |
redirect_stderr=true | |
autorestart=false |