Topic: Enabling php72-fpm service

I updated to php72-fpm earlier this year. After my host initiated a system reboot, I realized I hadn't enabled the php72-fpm service so it auto-starts after reboot.

# systemctl enable php72-fpm
Failed to execute operation: No such file or directory

A friend said that is's supposed to create symlink from /etc/systemd/system/multi-user.target.wants/keepalived.service to /usr/lib/systemd/system/keepalived.service

But these aren't present. I'm just posting here as I am wondering if there is just some misconfiguration in the package causing a missing init script. I'm more of a CMS developer that maintains this server as a hobby rather than a system engineer, so pardon if it's obvious to others if the issue is with something else.

Re: Enabling php72-fpm service

Service name is not php72-fpm, but php72-php-fpm, when using SCL (design for multiple versions installation)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi