diff options
author | Václav Pavlín <vpavlin@redhat.com> | 2013-06-26 12:38:00 +0200 |
---|---|---|
committer | Václav Pavlín <vpavlin@redhat.com> | 2013-06-26 12:38:00 +0200 |
commit | 9aeef28696ec7c296b6e01c66d815de15cb12838 (patch) | |
tree | 5d1b12a7667cf09ba0688c2be90e5bc3b9a97991 /systemd | |
parent | ce8b72f604079a5516a12f840ed6a64629b0131e (diff) | |
download | initscripts-9aeef28696ec7c296b6e01c66d815de15cb12838.tar initscripts-9aeef28696ec7c296b6e01c66d815de15cb12838.tar.gz initscripts-9aeef28696ec7c296b6e01c66d815de15cb12838.tar.bz2 initscripts-9aeef28696ec7c296b6e01c66d815de15cb12838.tar.xz initscripts-9aeef28696ec7c296b6e01c66d815de15cb12838.zip |
readonly-root: rpcidmapd restart is not needed anymore
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/fedora-readonly | 2 |
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 |