source: systemd-units/blfs/units/php-fpm.service@ 7178f6d

krejzi/svn
Last change on this file since 7178f6d was 7178f6d, checked in by Krejzi <krejzi@…>, 10 years ago

Rebrand. Import systemd-units from systemd branch. Reset changelog.

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

  • Property mode set to 100644
File size: 328 bytes
Line 
1[Unit]
2Description=The PHP FastCGI Process Manager
3After=network.target
4
5[Service]
6Type=forking
7PIDFile=/run/php-fpm.pid
8PrivateTmp=true
9ExecStart=/usr/sbin/php-fpm --daemonize --allow-to-run-as-root --fpm-config /etc/php-fpm.conf --pid /run/php-fpm.pid
10ExecReload=/bin/kill -USR2 $MAINPID
11
12[Install]
13WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.