monitoring: fix disk-usage-collector timer calendar spec
This commit is contained in:
@@ -987,7 +987,7 @@ in
|
||||
systemd.timers.disk-usage-collector = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*:*:0/60"; # every 60 seconds
|
||||
OnCalendar = "minutely";
|
||||
RandomizedDelaySec = "10s";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user