7 lines
148 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2015-06-11 23:07:02 +03:00
#service_respawn='true'
service_workdir='/usr'
service_command='/usr/bin/mysqld_safe'
2015-09-04 16:47:37 +03:00
service_args=( --datadir=/var/lib/mysql )