Blame SOURCES/rpcbind-0.2.4-systemd-service.patch

6a6243
diff -up rpcbind-0.2.4/systemd/rpcbind.service.in.orig rpcbind-0.2.4/systemd/rpcbind.service.in
6a6243
--- rpcbind-0.2.4/systemd/rpcbind.service.in.orig	2017-12-16 15:46:12.896270101 -0500
6a6243
+++ rpcbind-0.2.4/systemd/rpcbind.service.in	2017-12-16 15:46:43.672027210 -0500
6a6243
@@ -7,7 +7,8 @@ RequiresMountsFor=@statedir@
6a6243
 # Make sure we use the IP addresses listed for
6a6243
 # rpcbind.socket, no matter how this unit is started.
6a6243
 Requires=rpcbind.socket
6a6243
-Wants=rpcbind.target
6a6243
+Wants=rpcbind.target systemd-tmpfiles-setup.service
6a6243
+After=systemd-tmpfiles-setup.service
6a6243
 
6a6243
 [Service]
6a6243
 Type=notify