nixos-module/server/lxc-containers: decrease RestartSec

This commit is contained in:
Astro 2021-05-05 20:23:56 +02:00
parent 5f8203d901
commit bf0a185ed5
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ in
KillMode = "mixed";
OOMPolicy = "kill";
Restart = "always";
RestartSec = "30s";
RestartSec = "1s";
};
};