forked from Spark/ssm-services
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
#!/usr/bin/env ssm
|
||
|
|
||
|
service_workdir='/usr'
|
||
|
service_command=( /usr/bin/mysqld_safe --datadir=/var/lib/mysql )
|