# NFS lock status monitor (RPC program 100024). Tracks remote hosts# holding locks so they can be reclaimed after a client/server reboot.# Required for both NFS client and server lock semantics.# Replaces /lib/svc/manifest/network/nfs/status.xml.[service]
name = "nfs-statd"description = "NFS lock status monitor (statd)"type = "daemon"[exec]
start = "/usr/lib/nfs/statd"[dependencies]
requires = ["rpcbind"]
[restart]
on = "failure"delay = 5max_retries = 3[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]