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

175e7c
diff -up rpcbind-1.2.5/systemd/rpcbind.service.in.orig rpcbind-1.2.5/systemd/rpcbind.service.in
175e7c
--- rpcbind-1.2.5/systemd/rpcbind.service.in.orig	2020-01-16 11:40:30.329120662 -0500
175e7c
+++ rpcbind-1.2.5/systemd/rpcbind.service.in	2020-01-16 11:44:26.605895713 -0500
175e7c
@@ -7,13 +7,14 @@ 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
175e7c
 # distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
175e7c
 EnvironmentFile=/etc/sysconfig/rpcbind
175e7c
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
175e7c
+ExecStart=@_sbindir@/rpcbind $RPCBIND_ARGS -w -f
175e7c
 
175e7c
 [Install]
175e7c
 WantedBy=multi-user.target