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