forked from Spark/ssm-services
2205f72a2e
Signed-off-by: fbt <fbt@fleshless.org>
7 lines
148 B
Plaintext
Executable File
7 lines
148 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
#service_respawn='true'
|
|
service_workdir='/usr'
|
|
service_command='/usr/bin/mysqld_safe'
|
|
service_args=( --datadir=/var/lib/mysql )
|