]> git.pld-linux.org Git - packages/nfs-utils.git/blame_incremental - nfsd.preconfig
- add rpc_pipefs automount module alias
[packages/nfs-utils.git] / nfsd.preconfig
... / ...
CommitLineData
1#!/bin/sh
2
3[ -f /etc/sysconfig/nfsd ] && . /etc/sysconfig/nfsd
4
5# Set v4 grace period if requested
6if [ -n "$NFSD_V4_GRACE" ]; then
7 echo "$NFSD_V4_GRACE" > /proc/fs/nfsd/nfsv4gracetime
8fi
9
10exit 0
This page took 0.103347 seconds and 4 git commands to generate.