feat(deploy): systemd units for identity + campaign clusterers

decnet-clusterer.service.j2 ships the identity clusterer that
landed last session (was overlooked) — bus-woken on attacker.>,
publishes identity.> events.

decnet-campaign-clusterer.service.j2 ships the campaign clusterer
from this session — bus-woken on identity.>, publishes campaign.>
events plus the cross-family identity.campaign.assigned. After=
decnet-clusterer.service so the identity layer is up before the
campaign layer reads its rows.

decnet.target Wants both new units. Both follow the same security
hardening profile as enrich + reuse-correlator.
This commit is contained in:
2026-04-26 09:22:02 -04:00
parent d531cea536
commit 7fafdd66de
3 changed files with 101 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ Wants=decnet-bus.service \
decnet-mutator.service \
decnet-reuse-correlator.service \
decnet-enrich.service \
decnet-clusterer.service \
decnet-campaign-clusterer.service \
decnet-webhook.service
After=decnet-bus.service