49de5a139e
- 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
21 lines
517 B
Diff
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
|