Kubernetes/srcs/mysqlrc/supervisord.conf
Matthos Denys bdd57d0a05 its a live
2021-03-03 14:41:07 +03:00

6 lines
145 B
Plaintext
Executable File

[supervisord]
user = root
nodaemon=true
[program:mysqld_safe]
command = sh -c "/usr/bin/mysqld_safe && kill -s SIGTERM $(cat supervisord.pid)"