0

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

YD8877
  • 10,401
  • 20
  • 64
  • 92

0 Answers0