Longer timeout
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user