AzuraCast/util/docker/mariadb/service.minimal/mariadb.conf

13 lines
215 B
Plaintext

[program:mariadb]
command=mysqld
user=mysql
priority=100
numprocs=1
autostart=true
autorestart=unexpected
stdout_logfile=/proc/1/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/1/fd/2
stderr_logfile_maxbytes=0