+++ This bug was initially created as a clone of Bug #1701820 +++ Description of problem: NFS service aliases have been removed and replaced by their upstream names via Bug 1639432. But looks like the gssproxy systemd script is still using that old service names as dependencies. [root@rhel8 ~]# systemctl cat gssproxy | grep nfs Before=nfs-secure.service nfs-secure-server.service ^^^^^^^^^ ^^^^^^^^^^^^^^ [root@rhel8 ~]# systemctl cat nfs-secure.service No files found for nfs-secure.service. [root@rhel8 ~]# systemctl cat nfs-secure-server.service No files found for nfs-secure-server.service. [root@rhel8 ~]# rpm -q gssproxy nfs-utils gssproxy-0.8.0-5.el8.x86_64 nfs-utils-2.3.3-14.el8.x86_64