Skip to content

Commit 2259a8f

Browse files
author
Jerome Loyet
committed
- add missing php-fpm.service.in
1 parent 851a04b commit 2259a8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sapi/fpm/php-fpm.service.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=The PHP FastCGI Process Manager
3+
After=syslog.target network.target
4+
5+
[Service]
6+
PIDFile=@localstatedir@/run/php-fpm.pid
7+
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
8+
ExecReload=/bin/kill -USR2 $MAINPID
9+
10+
[Install]
11+
WantedBy=multi-user.target
12+

0 commit comments

Comments
 (0)