]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Automatically start statd when mounting an nfs filesystem.
authorNeil Brown <neilb@suse.de>
Fri, 16 Mar 2007 00:24:15 +0000 (11:24 +1100)
committerNeil Brown <neilb@suse.de>
Fri, 16 Mar 2007 00:24:15 +0000 (11:24 +1100)
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.


No differences found