container/centos8_mariadb/supervisord.conf
2021-11-26 20:36:49 +09:00

15 lines
294 B
Plaintext

[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/run/supervisord.pid
[program:mariadb]
command=/usr/bin/mysqld_safe --user=mysql
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=false
startretries=0