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

62b4f2
diff -up rpcbind-1.2.6/systemd/rpcbind.service.in.orig rpcbind-1.2.6/systemd/rpcbind.service.in
62b4f2
--- rpcbind-1.2.6/systemd/rpcbind.service.in.orig	2021-06-23 14:09:47.696252854 -0400
62b4f2
+++ rpcbind-1.2.6/systemd/rpcbind.service.in	2021-06-23 14:10:25.279413508 -0400
62b4f2
@@ -7,13 +7,14 @@ RequiresMountsFor=@statedir@
62b4f2
 # Make sure we use the IP addresses listed for
62b4f2
 # rpcbind.socket, no matter how this unit is started.
62b4f2
 Requires=rpcbind.socket
62b4f2
-Wants=rpcbind.target
62b4f2
+Wants=rpcbind.target systemd-tmpfiles-setup.service
62b4f2
+After=systemd-tmpfiles-setup.service
62b4f2
 
62b4f2
 [Service]
62b4f2
 Type=notify
62b4f2
 # distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
62b4f2
 EnvironmentFile=/etc/sysconfig/rpcbind
62b4f2
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
62b4f2
+ExecStart=@_sbindir@/rpcbind $RPCBIND_ARGS -w -f
62b4f2
 
62b4f2
 [Install]
62b4f2
 WantedBy=multi-user.target