6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
|
#!/usr/bin/env ssm
|
||
|
|
||
|
#service_respawn='true'
|
||
|
service_workdir='/usr'
|
||
|
service_command=( /usr/bin/mysqld_safe --datadir=/var/lib/mysql )
|