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