Merge branch 'master' of builder:git/watchman-services
This commit is contained in:
commit
0c138b476a
6
init.d/mariadb
Executable file
6
init.d/mariadb
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_workdir='/usr'
|
||||
service_command='/usr/bin/mysqld_safe'
|
||||
service_args='--datadir=/var/lib/mysql'
|
5
init.d/memcached
Executable file
5
init.d/memcached
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn=true
|
||||
service_command='/usr/bin/memcached'
|
||||
service_args='-m 64 -p 11211 -u nobody -l 127.0.0.1'
|
5
init.d/php-fpm
Executable file
5
init.d/php-fpm
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/php-fpm'
|
||||
service_args='-F --fpm-config /etc/php/php-fpm.conf -c /etc/php/php.ini'
|
Loading…
Reference in New Issue
Block a user