X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fstart-statd;fp=utils%2Fstatd%2Fstart-statd;h=6e7ea04ba9f32e1c84bf1c0e2e70e9d226f7675e;hb=ff691b40aaa34d5c5cc2ae732a19eed7591f297f;hp=0000000000000000000000000000000000000000;hpb=14a17b615fc9ed4d6e28388e836fdc3d696bbec6;p=nfs-utils.git diff --git a/utils/statd/start-statd b/utils/statd/start-statd new file mode 100644 index 0000000..6e7ea04 --- /dev/null +++ b/utils/statd/start-statd @@ -0,0 +1,9 @@ +#!/bin/sh +# nfsmount calls this script when mounting a filesystem with locking +# enabled, but when statd does not seem to be running (based on +# /var/run/rpc.statd.pid). +# It should run run statd with whatever flags are apropriate for this +# site. +PATH=/sbin:/usr/sbin +exec rpc.statd --no-notify +