|
root / base / usr / src / zyginit / services / zonestat / service.toml
service.toml TOML 19 lines 473 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Zone statistics daemon — collects per-zone resource utilization for
# `zonestat(8)`. Useful with zones; harmless otherwise (just sits idle).
# Replaces /lib/svc/manifest/system/zonestat.xml.
[service]
name = "zonestat"
description = "Zone statistics daemon"
type = "daemon"
[exec]
start = "/usr/lib/zones/zonestatd"
[dependencies]
requires = ["filesystem"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]