Changeset a8ec7af7


Ignore:
Timestamp:
09/06/2014 04:10:23 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
bc4c409f
Parents:
f02727f
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

    rf02727f ra8ec7af7  
    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.