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