]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfsd.postconfig
- updated to 2.3.4
[packages/nfs-utils.git] / nfsd.postconfig
CommitLineData
24570706
JR
1#!/bin/sh
2
3[ -f /etc/sysconfig/nfsd ] && . /etc/sysconfig/nfsd
4
5# Tell idmapd the server is up and running
6/usr/bin/pkill -HUP rpc.idmapd
7
8#
9# Enabled the RDMA server support if configured to do so.
10#
11# Load the module and then enable the server to listen
12# on the given port
13if [ -n "$RDMA_PORT" ]; then
14 /sbin/modprobe svcrdma
15 echo "rdma $RDMA_PORT" > /proc/fs/nfsd/portlist
16fi
17
18exit 0
This page took 0.110992 seconds and 4 git commands to generate.