vault-agent-secrets: add wantedBy for all restartable units too

This commit is contained in:
Luke Granger-Brown 2022-03-11 18:48:54 +00:00
parent ada466bae0
commit 86a6191a56

View file

@ -101,6 +101,7 @@ in
unitConfig = {
Before = mkBefore allRestartableUnits;
};
wantedBy = mkBefore allRestartableUnits;
};
tmpfiles.rules = secretsTmpdirs;