From 2c37610a19a1366bd667afa489121c2ecfa145df Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 2 Apr 2021 13:12:49 +0200 Subject: [PATCH] Randomize updatedb systemd unit start time. Suggested by Calum McConnell. --- plocate-updatedb.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plocate-updatedb.service.in b/plocate-updatedb.service.in index a075051..03f9665 100644 --- a/plocate-updatedb.service.in +++ b/plocate-updatedb.service.in @@ -1,6 +1,8 @@ [Unit] Description=Update the plocate database ConditionACPower=true +RandomizedDelaySec=12h +AccuracySec=20min [Service] Type=oneshot -- 2.39.2