Skip to content
Permalink
6bb982f099
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
46 lines (41 sloc) 923 Bytes
[unix_http_server]
file = /tmp/supervisor.sock
chmod = 0770
chown= root:root
username = user
password = 123
[supervisord]
nodaemon=true
logfile=/dev/stdout
logfile_maxbytes=0
pidfile=/var/run/supervisord.pid
user=root
[supervisorctl]
serverurl = unix:///tmp/supervisor.sock
username = user
password = 123
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[program:httpd]
command=/usr/sbin/httpd -DFOREGROUND
priority=1
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:shibd]
command=/usr/sbin/shibd -f -F
priority=1
autostart=true
autorestart=true
startsecs=3
environment=LD_LIBRARY_PATH="/opt/shibboleth/lib64"
user=shibd
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0