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