php/php-fpm.service

15 lines
285 B
SYSTEMD
Raw Normal View History

2011-12-12 16:49:50 +00:00
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/php-fpm/php-fpm.pid
EnvironmentFile=/etc/sysconfig/php-fpm
2011-12-12 16:49:50 +00:00
ExecStart=/usr/sbin/php-fpm
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target