]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/statd/start-statd
nfsidmap: Added Error Logging
[nfs-utils.git] / utils / statd / start-statd
1 #!/bin/bash -p
2 # nfsmount calls this script when mounting a filesystem with locking
3 # enabled, but when statd does not seem to be running (based on
4 # /var/run/rpc.statd.pid).
5 # It should run statd with whatever flags are apropriate for this
6 # site.
7 PATH=/sbin:/usr/sbin
8 exec rpc.statd --no-notify
9