|
root / base / usr / src / zyginit / services / zones / service.toml
service.toml TOML 16 lines 532 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# Zones boot/halt — at boot, walks /etc/zones/index and boots zones
# whose autoboot=true. At shutdown, halts running zones gracefully
# (init 0 first, halt as fallback). Off by default; enable when zones
# are configured. Replaces /lib/svc/manifest/system/zones.xml.
[service]
name = "zones"
description = "Zone boot/halt orchestration"
type = "oneshot"
[exec]
start = "/etc/zyginit/services/zones/start.sh"
stop  = "/etc/zyginit/services/zones/stop.sh"
[dependencies]
requires = ["filesystem", "network"]
[restart]
on = "never"