Author: cjg
Date: Sat Sep  6 09:10:23 2014
New Revision: 14204

Log:
Modified php-fpm unit file so that service actually starts.

Modified:
   branches/systemd/systemd-units/blfs/units/php-fpm.service

Modified: branches/systemd/systemd-units/blfs/units/php-fpm.service
==============================================================================
--- branches/systemd/systemd-units/blfs/units/php-fpm.service   Fri Sep  5 
22:53:55 2014        (r14203)
+++ branches/systemd/systemd-units/blfs/units/php-fpm.service   Sat Sep  6 
09:10:23 2014        (r14204)
@@ -3,10 +3,10 @@
 After=network.target
 
 [Service]
-Type=notify
+Type=forking
 PIDFile=/run/php-fpm.pid
 PrivateTmp=true
-ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf --pid 
/run/php-fpm.pid
+ExecStart=/usr/sbin/php-fpm --daemonize --allow-to-run-as-root --fpm-config 
/etc/php-fpm.conf --pid /run/php-fpm.pid
 ExecReload=/bin/kill -USR2 $MAINPID
 
 [Install]
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to