b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 172.67.192.52 | your ip : 10.244.126.0
safemode OFF
 >  / etc /
Filename/etc/supervisord.conf
Size806
Permissionrw-r--r--
Ownerapache
Create time26-May-2024 11:06
Last modified09-May-2024 14:39
Last accessed09-May-2024 14:39
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
[supervisord]
http_port=/var/tmp/supervisor.sock
logfile=/var/log/supervisor/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/var/run/supervisord.pid
nodaemon=false
minfds=1024
minprocs=200


[supervisorctl]
serverurl=unix:///var/tmp/supervisor.sock

[program:cron]
command=/bin/bash -c "source /etc/sysconfig/crond && exec /usr/sbin/crond -n $CRONDARGS"
#process_name=%(program_name)s
numprocs=1
directory=/tmp
umask=022
priority=999
autostart=true
autorestart=true
startsecs=10
startretries=3
exitcodes=0,2
stopsignal=TERM
stopwaitsecs=10
user=root


[program:httpd]
command=apachectl -D "FOREGROUND" -k start
redirect_stderr=true
autostart=true
autorestart=true
startsecs=0

[program:sshd]
command=/usr/sbin/sshd
user = root
autostart = true
autorestart=true
startsecs=0