|
root / base / usr / src / zyginit / services / nfs-cbd / service.toml
service.toml TOML 20 lines 479 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# NFSv4 callback daemon — receives delegation recall and other
# server-initiated callbacks from NFSv4 servers. Required only on
# NFSv4 *clients*.
# Replaces /lib/svc/manifest/network/nfs/cbd.xml.
[service]
name = "nfs-cbd"
description = "NFSv4 callback daemon (nfs4cbd)"
type = "daemon"
[exec]
start = "/usr/lib/nfs/nfs4cbd"
[dependencies]
requires = ["rpcbind"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]