secretsmgr: timer should want network-online.target

This commit is contained in:
Luke Granger-Brown 2024-01-27 21:42:57 +00:00
parent 23b612e36f
commit 42c3248644

View file

@ -124,6 +124,7 @@ in
systemd.timers.secretsmgr = {
requires = ["vault-agent.service"];
wants = ["network-online.target"];
after = ["vault-agent.service" "network-online.target"];
wantedBy = ["timers.target"];