From: Neil Brown Date: Fri, 16 Mar 2007 00:24:15 +0000 (+1100) Subject: Automatically start statd when mounting an nfs filesystem. X-Git-Tag: nfs-utils-1-1-0-rc1~80 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=993ec3f888a28c60d49ae0f8f1aa725b6b618a81;hp=993ec3f888a28c60d49ae0f8f1aa725b6b618a81;p=nfs-utils.git Automatically start statd when mounting an nfs filesystem. If statd is not running (/var/run/rpc.statd.pid) when an nfs filesystem is mounted (v2 or v3, with remote locking enabled), and if /usr/sbin/start-statd (or other program specified at config time) is present, then run that program to start statd. This means that statd does not need to be running "just in case". It only needs to be started at boot time if the nfs server is started. ---