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