secretsmgr: timer should want network-online.target
This commit is contained in:
parent
23b612e36f
commit
42c3248644
1 changed files with 1 additions and 0 deletions
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue