|
root / base / usr / src / zyginit / services / bridge / service.toml
service.toml TOML 17 lines 612 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Software bridge stub. Upstream SMF instantiated one per-bridge
# instance (`network/bridge:bridge0`, etc.); zyginit doesn't yet have
# a multi-instance pattern, so this TOML is a placeholder. Admins who
# need bridges should configure them via `dladm create-bridge` and
# launch `bridged` directly until the zyginit team supports
# multi-instance services. Replaces /lib/svc/manifest/network/bridge.xml.
[service]
name = "bridge"
description = "Software bridge support (multi-instance, manual today)"
type = "oneshot"
[exec]
start = "/usr/bin/true"
[dependencies]
requires = ["network"]
[restart]
on = "never"