]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfslock.sysconfig
- pass options to rpc.statd via STATDOPTS in /etc/sysconfig/nfslock
[packages/nfs-utils.git] / nfslock.sysconfig
index cf19fd0c7bb503f20e79b1616af5e8e416da894c..120e44855a559738ef624a696bbca9ae6a3e4875 100644 (file)
@@ -1,3 +1,11 @@
 # Define nice level for knfslock daemons
 SERVICE_RUN_NICE_LEVEL="+0"
 
+# Options for rpc.statd.
+#   Should rpc.statd listen on a specific port?
+#   If so, set this variable to a statd argument like: "--port 1000".
+#   See rpc.statd(8) for valid options.
+#   Ports 1001-1009 are unassigned therefore 1001 and 1002 are suitable
+#   for this purpose.
+# STATDOPTS="--port 1001 --outgoing-port 1002"
+STATDOPTS=
This page took 0.701059 seconds and 4 git commands to generate.