mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
Always restart vault-agent
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
7200456762
commit
7c3c0d50f1
|
@ -130,7 +130,7 @@ in
|
|||
LimitNOFILE = 65536;
|
||||
LimitNPROC = "infinity";
|
||||
OOMScoreAdjust = -1000;
|
||||
Restart = "on-failure";
|
||||
Restart = "always";
|
||||
RestartSec = 2;
|
||||
TasksMax = "infinity";
|
||||
|
||||
|
|
Loading…
Reference in a new issue