aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/fedora-readonly4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemd/fedora-readonly b/systemd/fedora-readonly
index 0690cd45..64362974 100755
--- a/systemd/fedora-readonly
+++ b/systemd/fedora-readonly
@@ -170,4 +170,8 @@ if [ "$READONLY" = "yes" -o "$TEMPORARY_STATE" = "yes" ]; then
done
fi
fi
+
+ if mount | grep -q /var/lib/nfs/rpc_pipefs ; then
+ mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs && service rpcidmapd restart
+ fi
fi