Files
ssm-services/init.d/php-fpm
T

6 lines
154 B
Plaintext
Raw Normal View History

2017-07-13 16:09:42 +03:00
#!/usr/bin/env ssm
2015-06-11 23:11:56 +03:00
#service_respawn='true'
service_command='/usr/bin/php-fpm'
2015-09-04 16:47:37 +03:00
service_args=( -F --fpm-config /etc/php/php-fpm.conf -c /etc/php/php.ini )