]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/statd/start-statd
Ensure statd gets started if required when non-root
[nfs-utils.git] / utils / statd / start-statd
1 #!/bin/sh -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 run statd with whatever flags are apropriate for this
6 # site.
7 PATH=/sbin:/usr/sbin
8 exec rpc.statd --no-notify
9