Do you still use PHP 5 for your web application and want to start PHP 5 service after put it to stop? Run the following command to start PHP5-FPM in your Ubuntu server.
$ sudo service php5-fpm start
If your server using Ubuntu version 16+ or Debian 8+
$ sudo systemctl start php5-fpm.service