From 65ec1a05a3364e55cd3d37f984c1adfadb27af0e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 12 Apr 2023 20:36:49 +0200 Subject: [PATCH] Changed cleanup timer sequence --- roles/native-backups-cleanup/files/backups-cleanup.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/native-backups-cleanup/files/backups-cleanup.timer b/roles/native-backups-cleanup/files/backups-cleanup.timer index 35297ffc..141153da 100644 --- a/roles/native-backups-cleanup/files/backups-cleanup.timer +++ b/roles/native-backups-cleanup/files/backups-cleanup.timer @@ -3,7 +3,7 @@ Description=starts backups-cleanup.service [Timer] OnBootSec=1min -OnUnitActiveSec=12h +OnUnitActiveSec=3h RandomizedDelaySec=1h [Install]