Almalinux 9
In PHP-FPM Selector page, after installing php versions, it's impossible to stop/start/status a version. Plus even if php-fpm is running, it always shows "stop". The problem is this page still uses "service" instead of "systemctl" to start stop status the service.
I had to install initscripts to make this page work - which goes against the evolution of Alamlinux removing service -.
The real fix should be to use systemctl instead of service.
Any other work around?
--------------
in order to help other that might facing the same problem this is the line I had (hopefully you'll find this post by searching this message)
sh: line 1: service: command not found