vault-agent-secrets: add wantedBy for all restartable units too
This commit is contained in:
parent
ada466bae0
commit
86a6191a56
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ in
|
|||
unitConfig = {
|
||||
Before = mkBefore allRestartableUnits;
|
||||
};
|
||||
wantedBy = mkBefore allRestartableUnits;
|
||||
};
|
||||
|
||||
tmpfiles.rules = secretsTmpdirs;
|
||||
|
|
Loading…
Reference in a new issue