Kubernetes/srcs/mysql/supervisord.conf
2021-03-02 18:54:01 -08:00

4 lines
119 B
Plaintext
Executable File

[supervisord]
nodaemon=true
[program:mysql]
command= rc-service mariadb start && kill -s SIGTERM $(cat supervisord.pid)