# `Linx.Sysctl.Reconcile.Source`
[🔗](https://github.com/oshlabs/linx/blob/v0.2.0/lib/linx/sysctl/reconcile/source.ex#L1)

`Linx.Reconcile.Source` adapter for sysctls — lets the generic
`Linx.Reconcile` loop drive `Linx.Sysctl.Reconcile`.

The `scope` is the sysctl `:in` target (`:self`, `{:pid, n}`, `{:path, p}`),
forwarded as the `:in` option of each pass. Sysctl has no kernel multicast,
so `subscribe/2` returns `:unsupported` — the loop runs timer-only, which is
exactly right for a subsystem that never changes behind your back.

This is a thin delegation; for direct control use `Linx.Sysctl.Reconcile`.

---

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