4 lines
119 B
Plaintext
Executable File
4 lines
119 B
Plaintext
Executable File
[supervisord]
|
|
nodaemon=true
|
|
[program:mysql]
|
|
command= rc-service mariadb start && kill -s SIGTERM $(cat supervisord.pid) |