On 18.06.2015 20:01, J. Bruce Fields wrote: > On Thu, Jun 18, 2015 at 01:48:25PM +0200, Dennis Jacobfeuerborn wrote: >> Hi, >> when I start nfs-server.service on a CentOS 7 system it takes 60 seconds >> until the nfsd finally is up. > > How exactly are you testing that? (What are you using to decide when > nfsd is up?) > The nfsd processes show up in the ps output. After some digging I finally found that the reason for this is a buggy systemd unit file in RHEL/CentOS 7. This is a bug in nfs-server.service and he fix is to copy nfs-server.service to /etc/systemd/system and replace all occurrences of "rpcbind.target" with "rpcbind.service". See this bug for reference: https://bugzilla.redhat.com/show_bug.cgi?id=1171603 Regards, Dennis -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html