343cbc
# It's not recommended to modify this file in-place, because it
343cbc
# will be overwritten during upgrades.  If you want to customize,
343cbc
# the best way is to use the "systemctl edit" command.
343cbc
343cbc
[Unit]
343cbc
Description=The PHP FastCGI Process Manager
343cbc
After=syslog.target network.target
343cbc
343cbc
[Service]
343cbc
Type=notify
343cbc
ExecStart=/usr/sbin/php-fpm --nodaemonize
343cbc
ExecReload=/bin/kill -USR2 $MAINPID
343cbc
PrivateTmp=true
343cbc
RuntimeDirectory=php-fpm
343cbc
RuntimeDirectoryMode=0755
343cbc
343cbc
[Install]
343cbc
WantedBy=multi-user.target
343cbc