Date: Tuesday, August 26, 2014 @ 03:53:40 Author: bisson Revision: 220654
tentative fix for FS#41688: follow systemd-tmpfiles-clean.timer Modified: mlocate/trunk/updatedb.service mlocate/trunk/updatedb.timer ------------------+ updatedb.service | 4 +--- updatedb.timer | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) Modified: updatedb.service =================================================================== --- updatedb.service 2014-08-26 01:17:27 UTC (rev 220653) +++ updatedb.service 2014-08-26 01:53:40 UTC (rev 220654) @@ -4,6 +4,4 @@ [Service] Type=oneshot ExecStart=/usr/bin/updatedb -Nice=19 -IOSchedulingClass=best-effort -IOSchedulingPriority=7 +IOSchedulingClass=idle Modified: updatedb.timer =================================================================== --- updatedb.timer 2014-08-26 01:17:27 UTC (rev 220653) +++ updatedb.timer 2014-08-26 01:53:40 UTC (rev 220654) @@ -2,6 +2,5 @@ Description=Daily locate database update [Timer] -OnCalendar=daily -AccuracySec=12h -Persistent=true +OnBootSec=15min +OnUnitActiveSec=1d
