Add 10 min shutdown jitter to avoid spikes
The shutdown timer will fire at slightly different times for the different nodes, so we slowly decrease the power consumption. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
5cad208de6
commit
e15a3867d4
@ -7,6 +7,7 @@
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-08-02 11:00:00";
|
||||
RandomizedDelaySec = "10min";
|
||||
Unit = "systemd-poweroff.service";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user