rpcbind service wants /var/run mounted before started References: bnc#881518 Signed-off-by: Werner Fink --- 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