Longer timeout

This commit is contained in:
soraefir
2026-05-10 12:29:46 +02:00
parent ea6db4b9bf
commit 9813e7d49a

View File

@@ -56,7 +56,7 @@ in
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
TimeoutStartSec = "30s"; TimeoutStartSec = "360s";
ExecStart = "${containerSet.setup.script}"; ExecStart = "${containerSet.setup.script}";
RemainAfterExit = true; RemainAfterExit = true;
User = "root"; User = "root";