rpcbind/0028-rpcbind-after-var-run.patch
Olaf Kirch 49de5a139e Accepting request 236383 from home:WernerFink:branches:network
- Add patch 0028-rpcbind-after-var-run.patch as rpcbind service
  wants /var/run mounted before started (bnc#881518)

OBS-URL: https://build.opensuse.org/request/show/236383
OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=46
2014-06-06 10:05:32 +00:00

21 lines
517 B
Diff

rpcbind service wants /var/run mounted before started
References: bnc#881518
Signed-off-by: Werner Fink <werner@suse.de>
---
systemd/rpcbind.service.in | 2 ++
1 file changed, 2 insertions(+)
--- rpcbind-0.2.1_rc4/systemd/rpcbind.service.in
+++ rpcbind-0.2.1_rc4/systemd/rpcbind.service.in 2014-06-05 12:45:47.267340658 +0000
@@ -3,6 +3,8 @@ Description=RPC Bind
Documentation=man:rpcbind(8)
DefaultDependencies=no
Requires=rpcbind.socket
+Wants=var-run.mount
+After=var-run.mount
[Service]
Type=notify