From e7cddad444c8c132a4e31bc21a4372833cb4b3b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Thu, 8 Jun 2023 09:22:57 +0200
Subject: [PATCH] Move cleanup away from midnight

---
 files/gitlab_registry_cleanup.timer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/gitlab_registry_cleanup.timer b/files/gitlab_registry_cleanup.timer
index c313bdb..6ef65f6 100644
--- a/files/gitlab_registry_cleanup.timer
+++ b/files/gitlab_registry_cleanup.timer
@@ -2,7 +2,7 @@
 Description=Clean the GitLab Registry daily
 
 [Timer]
-OnCalendar=daily
+OnCalendar=*-*-* 4:45:00
 Persistent=true
 
 [Install]
-- 
GitLab