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";
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "daily";
OnCalendar = "hourly";
Persistent = true;
};
};