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