# `Electric.MonitoredCoreSupervisor`
[🔗](https://github.com/electric-sql/electric/tree/%40core/sync-service%401.6.0/packages/sync-service/lib/electric/monitored_core_supervisor.ex#L1)

A supervisor that starts and monitors the core components of the Electric system.
It needs to be a separate supervisor from the CoreSupervisor because of the way
the StatusMonitor works (see the rest_for_one comments below).

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
