Cleanup old snapshots hourly.

This commit is contained in:
2025-10-28 14:40:28 +00:00
parent 2ba961bfa8
commit d7a07cebf5

View File

@@ -60,7 +60,7 @@ in
description = "Timer for cleaning up old snapshots on standby"; description = "Timer for cleaning up old snapshots on standby";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "hourly";
Persistent = true; Persistent = true;
}; };
}; };