rpc.idmapd aborts on start-up if RPC pipefs is not present. Needed if GSS services are not used. Signed-off-by: Chris Mayo <aklhfex@xxxxxxxxx> --- systemd/nfs-idmapd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service index 726038d..e84f8c8 100644 --- a/systemd/nfs-idmapd.service +++ b/systemd/nfs-idmapd.service @@ -1,5 +1,7 @@ [Unit] Description=NFSv4 ID-name mapping service +Requires=var-lib-nfs-rpc_pipefs.mount +After=var-lib-nfs-rpc_pipefs.mount BindsTo=nfs-server.service -- 2.0.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html