File 0012-systemd-Have-rpc-statd-notify.service-Require-networ.patch of Package nfs-utils.12699
From ed3e519daac300973cfc8697113cb41e584bcac4 Mon Sep 17 00:00:00 2001
From: Steve Dickson <steved@redhat.com>
Date: Tue, 3 Mar 2015 13:19:29 -0500
Subject: [PATCH] systemd: Have rpc-statd-notify.service Require network.target
Its been reported that having the rpc-statd-notify service
depend on network.target instead network-online.target
decrease boot times as much as 10 seconds on some
installs
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1183293
Signed-off-by: Steve Dickson <steved@redhat.com>
Reported-by: Eric Work <work.eric@gmail.com>
---
systemd/rpc-statd-notify.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd/rpc-statd-notify.service b/systemd/rpc-statd-notify.service
index a6554450e079..b608a140835c 100644
--- a/systemd/rpc-statd-notify.service
+++ b/systemd/rpc-statd-notify.service
@@ -1,6 +1,6 @@
[Unit]
Description=Notify NFS peers of a restart
-Requires=network-online.target
+Requires=network.target
After=network.target nss-lookup.target
# if we run an nfs server, it needs to be running before we
--
2.3.0