systemConfig: set rebootWindow to 2-5AM

This commit is contained in:
Aly Raffauf 2024-03-29 07:48:06 -04:00
parent 14de7f41c4
commit 3116ffa337

View file

@ -53,7 +53,7 @@
operation = "boot"; operation = "boot";
rebootWindow = { rebootWindow = {
lower = "02:00"; lower = "02:00";
upper = "06:00"; upper = "05:00";
}; };
}; };