Changeset c7c7996


Ignore:
Timestamp:
09/06/2014 04:10:23 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
06939c43
Parents:
96ab856
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14204 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • systemd-units/blfs/units/php-fpm.service

    r96ab856 rc7c7996  
    44
    55[Service]
    6 Type=notify
     6Type=forking
    77PIDFile=/run/php-fpm.pid
    88PrivateTmp=true
    9 ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf --pid /run/php-fpm.pid
     9ExecStart=/usr/sbin/php-fpm --daemonize --allow-to-run-as-root --fpm-config /etc/php-fpm.conf --pid /run/php-fpm.pid
    1010ExecReload=/bin/kill -USR2 $MAINPID
    1111
Note: See TracChangeset for help on using the changeset viewer.