ec-node: wt-publish via moq-transport (draft-07)
This commit is contained in:
parent
7719b0b763
commit
49b969e081
6 changed files with 385 additions and 52 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue