1
0
forked from rpms/rpcbind
rpcbind/rpcbind-0.2.4-systemd-service.patch
Steve Dickson 74b1a706a9 Corrected boot dependency in systemd files (bz 1401561)
Signed-off-by: Steve Dickson <steved@redhat.com>
2017-01-28 15:48:16 -05:00

15 lines
589 B
Diff

diff -up rpcbind-0.2.4/systemd/rpcbind.service.in.orig rpcbind-0.2.4/systemd/rpcbind.service.in
--- rpcbind-0.2.4/systemd/rpcbind.service.in.orig 2017-01-28 11:47:59.505282030 -0500
+++ rpcbind-0.2.4/systemd/rpcbind.service.in 2017-01-28 13:13:43.763324301 -0500
@@ -6,8 +6,8 @@ RequiresMountsFor=@statedir@
# Make sure we use the IP addresses listed for
# rpcbind.socket, no matter how this unit is started.
-Wants=rpcbind.socket
-After=rpcbind.socket
+Wants=rpcbind.socket systemd-tmpfiles-setup.service
+After=rpcbind.socket systemd-tmpfiles-setup.service
[Service]
Type=notify