Skip to content

Commit

Permalink
- add missing php-fpm.service.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Loyet committed Sep 27, 2012
1 parent 851a04b commit 2259a8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sapi/fpm/php-fpm.service.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2259a8f

Please sign in to comment.