walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
Blob Blame History Raw
diff -up nfs-utils-1.3.1/systemd/nfs-server.service.orig nfs-utils-1.3.1/systemd/nfs-server.service
--- nfs-utils-1.3.1/systemd/nfs-server.service.orig	2015-06-26 09:48:43.038423058 -0400
+++ nfs-utils-1.3.1/systemd/nfs-server.service	2015-06-26 09:49:04.028235376 -0400
@@ -1,11 +1,11 @@
 [Unit]
 Description=NFS server and services
-Requires= network.target proc-fs-nfsd.mount rpcbind.target
+Requires= network.target proc-fs-nfsd.mount rpcbind.service
 Requires= nfs-mountd.service
 Wants=rpc-statd.service nfs-idmapd.service
 Wants=rpc-statd-notify.service
 
-After= network.target proc-fs-nfsd.mount rpcbind.target nfs-mountd.service
+After= network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
 After= nfs-idmapd.service rpc-statd.service
 Before= rpc-statd-notify.service