ssm-services/init.d/php-fpm
fbt 2205f72a2e watchman -> ssm
Signed-off-by: fbt <fbt@fleshless.org>
2017-07-13 16:09:42 +03:00

6 lines
154 B
Plaintext
Executable File

#!/usr/bin/env ssm
#service_respawn='true'
service_command='/usr/bin/php-fpm'
service_args=( -F --fpm-config /etc/php/php-fpm.conf -c /etc/php/php.ini )