ssm-services/init.d/php-fpm

6 lines
157 B
Plaintext
Raw Normal View History

2015-06-11 20:11:56 +00:00
#!/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'