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