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
?