ssm-services/init.d/php-fpm

6 lines
154 B
Plaintext
Raw Normal View History

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