[PHP 8.3.9] why php_fpm service instead of php-fpm?

Hi,
I've just updated php packages to PHP 8.3.9 with php83-fpm using
Code:
pkg upgrade
and recognised that I should restart service php-fpm by command
Code:
service php_fpm restart
instead of
Code:
service php-fpm restart
as before. Why would we change it?
 
Back
Top