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