diff -up nfs-utils-1.3.0/systemd/nfs-server.service.orig nfs-utils-1.3.0/systemd/nfs-server.service --- nfs-utils-1.3.0/systemd/nfs-server.service.orig 2015-09-29 16:45:31.998991287 -0400 +++ nfs-utils-1.3.0/systemd/nfs-server.service 2015-09-29 16:55:00.386866977 -0400 @@ -1,7 +1,7 @@ [Unit] Description=NFS server and services DefaultDependencies=no -Requires= network.target proc-fs-nfsd.mount rpcbind.service +Requires= network.target proc-fs-nfsd.mount rpcbind.target Requires= nfs-mountd.service Wants=rpc-statd.service nfs-idmapd.service Wants=rpc-statd-notify.service diff -up nfs-utils-1.3.0/systemd/rpc-statd.service.orig nfs-utils-1.3.0/systemd/rpc-statd.service --- nfs-utils-1.3.0/systemd/rpc-statd.service.orig 2015-09-29 16:45:31.999991304 -0400 +++ nfs-utils-1.3.0/systemd/rpc-statd.service 2015-09-29 16:55:30.766394792 -0400 @@ -2,7 +2,7 @@ Description=NFS status monitor for NFSv2/3 locking. DefaultDependencies=no Conflicts=umount.target -Requires=nss-lookup.target rpcbind.service +Requires=nss-lookup.target rpcbind.target After=network.target nss-lookup.target rpcbind.service PartOf=nfs-utils.service