Merge pull request 'acme-dns: fix storage-seed unit nesting' (#40) from fix-seed-nesting into main
continuous-integration/drone/push Build is failing

This commit was merged in pull request #40.
This commit is contained in:
2026-09-21 16:56:02 +00:00
+1 -1
View File
@@ -139,7 +139,7 @@ in
# Seed the new cert's acmedns storage before the ACME unit first runs (see # Seed the new cert's acmedns storage before the ACME unit first runs (see
# acmeStorageSeed above). Ordering via the generated acme unit name. # acmeStorageSeed above). Ordering via the generated acme unit name.
systemd.services.cc-ci-acme-storage-seed = { services.cc-ci-acme-storage-seed = {
description = "Seed ci.autonomic.zone acme-dns storage from the legacy account"; description = "Seed ci.autonomic.zone acme-dns storage from the legacy account";
after = [ "acme-dns.service" ]; after = [ "acme-dns.service" ];
wantedBy = [ "acme-ci.autonomic.zone.service" ]; wantedBy = [ "acme-ci.autonomic.zone.service" ];