This commit is contained in:
2016-04-30 23:08:13 -04:00
parent c742c8fb7a
commit 70bd796bc6
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ var lxcTimeout = function(ip, time){
}
timeoutEvents[name] = setTimeout(function(){
lxc.stop(name);
startAll();
}, time);
}