7 lines
153 B
Plaintext
Raw Normal View History

2015-06-11 23:07:02 +03:00
#!/usr/bin/env watchman
#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 )