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