and php-fpm

This commit is contained in:
Jack L. Frost 2015-06-11 23:11:56 +03:00
parent d182a24ef6
commit 6d33ef643d
1 changed files with 5 additions and 0 deletions

5
init.d/php-fpm Executable file
View File

@ -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'