From 9aeef28696ec7c296b6e01c66d815de15cb12838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Wed, 26 Jun 2013 12:38:00 +0200 Subject: readonly-root: rpcidmapd restart is not needed anymore --- systemd/fedora-readonly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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 -- cgit v1.2.1