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