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