Why can't Envoyer restart my PHP after deployment?

673 Views Asked by At

I am using Envoyer to setup deployments for my Laravel 5 project on a CentOS server.

I have installed php 7.3 on the server.

To restart php-fpm manually, I use the command systemctl restart php-fpm

However, for Envoyer to restart php, it is using /bin/systemctl reload php7.3-fpm.service.

How can I make Envoyer work with systemctl restart php-fpm or rename my php to be restarted with /bin/systemctl reload php7.3-fpm.service ?

Following is the screenshot from the envoyer deployment summary

0

There are 0 best solutions below