15 lines
285 B
Desktop File
15 lines
285 B
Desktop File
[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
|
|
ExecStart=/usr/sbin/php-fpm
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|