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