secretsmgr: actually _enable_ the timer unit
This commit is contained in:
parent
ce698ab382
commit
c9ffb4ed3e
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ in
|
|||
systemd.timers.secretsmgr = {
|
||||
requires = ["vault-agent.service"];
|
||||
after = ["vault-agent.service" "network-online.target"];
|
||||
wantedBy = ["timers.target"];
|
||||
|
||||
timerConfig = {
|
||||
OnActiveSec = "30";
|
||||
|
|
Loading…
Reference in a new issue