ec-node: wt-publish via moq-transport (draft-07)

This commit is contained in:
every.channel 2026-02-17 02:00:38 -08:00
parent 7719b0b763
commit 49b969e081
No known key found for this signature in database
6 changed files with 385 additions and 52 deletions

View file

@ -306,6 +306,15 @@ in
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
# Keep the unit from entering "failed" due to rapid restarts (deploy-flake treats
# failed units during `switch-to-configuration test` as a deployment failure).
#
# If the relay is temporarily unreachable, we want systemd to keep retrying without
# tripping rate limits.
unitConfig = {
StartLimitIntervalSec = 0;
};
serviceConfig = {
Type = "simple";
ExecStart = "${runner}/bin/${unit}";