21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
# -----------------------------------------
|
|
# - Settings for script show-nfs-clients.sh
|
|
# -----------------------------------------
|
|
|
|
# NFS_SERVER_IPV4
|
|
#
|
|
# The IP-Address where the nfs clients are connected
|
|
#
|
|
# If not given, script tries to determin th ip-address
|
|
#
|
|
#NFS_SERVER_IPV4=""
|
|
|
|
|
|
# NFS_SERVER_PORT
|
|
#
|
|
# The Port where the nfs service is listen
|
|
#
|
|
# Default: NFS_SERVER_PORT=2049
|
|
#
|
|
#NFS_SERVER_PORT=2049
|