summaryrefslogtreecommitdiffstats
path: root/contrib/docker/supervisord.conf
blob: 4d6131c7d7ad6dc4ad220cbb15f6d5f1b43fb844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[supervisord]
nodaemon=true
http_port=/var/tmp/supervisor.sock
logfile=/var/log/supervisor/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=debug
pidfile=/var/run/supervisord.pid
minfds=1024
minprocs=200

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

[program:sshd]
command=/usr/sbin/sshd -D

[program:httpd]
command=/usr/sbin/httpd -DFOREGROUND

[program:mysqld]
command=/usr/bin/mysqld_safe

[program:postfix]
command = /usr/sbin/postfix start