6657fd
diff -up rpcbind-1.2.5/systemd/rpcbind.service.in.orig rpcbind-1.2.5/systemd/rpcbind.service.in
6657fd
--- rpcbind-1.2.5/systemd/rpcbind.service.in.orig	2020-01-16 11:40:30.329120662 -0500
6657fd
+++ rpcbind-1.2.5/systemd/rpcbind.service.in	2020-01-16 11:44:26.605895713 -0500
6657fd
@@ -7,13 +7,14 @@ RequiresMountsFor=@statedir@
6657fd
 # Make sure we use the IP addresses listed for
6657fd
 # rpcbind.socket, no matter how this unit is started.
6657fd
 Requires=rpcbind.socket
6657fd
-Wants=rpcbind.target
6657fd
+Wants=rpcbind.target systemd-tmpfiles-setup.service
6657fd
+After=systemd-tmpfiles-setup.service
6657fd
 
6657fd
 [Service]
6657fd
 Type=notify
6657fd
 # distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
6657fd
 EnvironmentFile=/etc/sysconfig/rpcbind
6657fd
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
6657fd
+ExecStart=@_sbindir@/rpcbind $RPCBIND_ARGS -w -f
6657fd
 
6657fd
 [Install]
6657fd
 WantedBy=multi-user.target