nixos/modules/virtualisation/containerd: do not wipe runtime directory on restart or stop
This commit is contained in:
parent
9978f777fc
commit
bd14d73794
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ in
|
|||
|
||||
StateDirectory = "containerd";
|
||||
RuntimeDirectory = "containerd";
|
||||
RuntimeDirectoryPreserve = "yes";
|
||||
};
|
||||
unitConfig = {
|
||||
StartLimitBurst = "16";
|
||||
|
|
Loading…
Reference in a new issue