diff options
Diffstat (limited to 'systemd/fedora-readonly')
-rwxr-xr-x | systemd/fedora-readonly | 4 |
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 |