System Utilities
NFS server is configured with /etc/nfs.conf instead of /etc/sysconfig/nfs
Since the beginning /etc/sysconfig/nfs has been used to configure
the NFS server daemons by specifying extra command-line arguments with
which the daemon executable should be invoked. This mechanism has been
replaced by the configuration file /etc/nfs.conf. Each of the
services that compose the NFS server stack reads this file on its own
and uses the relevant parts and /etc/sysconfig/nfs is not read
anymore.
On upgrades, automatic conversion from /etc/sysconfig/nfs to
/etc/nfs.conf is performed by the nfs-convert.service systemd
service.