php/php-fpm.service
2012-09-28 09:28:19 +02:00

14 lines
286 B
Desktop File

[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 --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target