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