# 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"