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