From 6d33ef643d42c3bcd36da01c44b43181111d89fd Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 11 Jun 2015 23:11:56 +0300 Subject: [PATCH] and php-fpm --- init.d/php-fpm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 init.d/php-fpm diff --git a/init.d/php-fpm b/init.d/php-fpm new file mode 100755 index 0000000..078af66 --- /dev/null +++ b/init.d/php-fpm @@ -0,0 +1,5 @@ +#!/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'