nfs-utils/nfs-server.preconfig

11 lines
163 B
Plaintext
Raw Normal View History

#!/bin/bash
. /etc/sysconfig/nfs
# Set v4 grace period if requested
[ -n "$NFSD_V4_GRACE" ] && {
echo "$NFSD_V4_GRACE" > /proc/fs/nfsd/nfsv4gracetime
}
exit 0