ssm-services/init.d/php-fpm

6 lines
157 B
Plaintext
Executable File

#!/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'