From 72212c0dc35ed0594e42ef00b3444c7d29341ddc Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 23 Dec 2016 20:24:32 +0000 Subject: [PATCH] rpcbind: needs to wait until /var/run is available --- .../patches/rpcbind-01-drop-warm-start-as-it-fails.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/rpcbind/patches/rpcbind-01-drop-warm-start-as-it-fails.patch b/packages/network/rpcbind/patches/rpcbind-01-drop-warm-start-as-it-fails.patch index 6776ca75f5..b85d4af2ec 100644 --- a/packages/network/rpcbind/patches/rpcbind-01-drop-warm-start-as-it-fails.patch +++ b/packages/network/rpcbind/patches/rpcbind-01-drop-warm-start-as-it-fails.patch @@ -6,7 +6,7 @@ diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in # rpcbind.socket, no matter how this unit is started. Wants=rpcbind.socket -After=rpcbind.socket -+After=rpcbind.socket var.mount ++After=rpcbind.socket systemd-tmpfiles-setup.service [Service] Type=notify