1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Add missed file

This commit is contained in:
Xinchen Hui
2012-10-24 10:34:44 +08:00
parent e7e57aea0a
commit 7e2c87bf2b
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
PIDFile=@localstatedir@/run/php-fpm.pid
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target