File: //lib/systemd/system/php-fpm73.service
# It's not recommended to modify this file in-place, because it
# will be overwritten during upgrades. If you want to customize,
# the best way is to use the "systemctl edit" command.
[Unit]
Description=The PHP FastCGI Process Manager
After=network.target
[Service]
Type=simple
PIDFile=/opt/php73/var/run/php-fpm.pid
ExecStart=/opt/php73/sbin/php-fpm --nodaemonize --fpm-config /opt/php73/etc/php-fpm.conf --pid /opt/php73/var/run/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
PrivateTmp=true
[Install]
WantedBy=multi-user.target