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