|
root / base / usr / src / zyginit / services / nfs-mapid / service.toml
service.toml TOML 20 lines 492 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# NFSv4 user/group ID mapping daemon. Maps numeric UID/GID to the
# string form (`user@DOMAIN`) used over NFSv4. Required for NFSv4
# client *and* server.
# Replaces /lib/svc/manifest/network/nfs/mapid.xml.
[service]
name = "nfs-mapid"
description = "NFSv4 ID mapping daemon (nfsmapid)"
type = "daemon"
[exec]
start = "/usr/lib/nfs/nfsmapid"
[dependencies]
requires = ["rpcbind"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]