I recently upgraded an Ubuntu 14.04 server to PHP 7.0. Everything seemed to go smoothly. However, even after a server reboot, if I do sudo service php7.0-fpm restart
I get the error php7.0-fpm: unrecognized service
When I run php -v
I can see it is running PHP 7.0.10.
If I check service --status-all
I can see php5-fpm
in this list instead of 7.
What's going on here?