|
root / base / usr / src / zyginit / services / nfs-statd / service.toml
service.toml TOML 20 lines 529 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# 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 = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]