php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63085
Patch php-fpm-systemd.patch revision 2012-09-19 15:00 UTC by remi@php.net
Patch php-fpm.service revision 2012-09-14 05:41 UTC by remi@php.net

Patch php-fpm.service for FPM related Bug #63085

Patch version 2012-09-14 05:41 UTC

Return to Bug #63085 | Download this patch
Patch Revisions:

Developer: remi@php.net

[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target

[Service]
PIDFile=/run/php-fpm/php-fpm.pid
EnvironmentFile=/etc/sysconfig/php-fpm
ExecStart=/usr/sbin/php-fpm
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC