From 9f5eb56a13dee1085cbf2560ac3afd73f72402cb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Nov 2013 22:07:51 +0100 Subject: timer: make timer accuracy configurable And make it default to 1min --- units/systemd-readahead-done.timer | 1 + 1 file changed, 1 insertion(+) (limited to 'units') diff --git a/units/systemd-readahead-done.timer b/units/systemd-readahead-done.timer index 41bfb2bd32..bdfd465913 100644 --- a/units/systemd-readahead-done.timer +++ b/units/systemd-readahead-done.timer @@ -15,6 +15,7 @@ Before=shutdown.target [Timer] OnActiveSec=30s +AccuracySec=1s [Install] Also=systemd-readahead-collect.service -- cgit v1.2.3-54-g00ecf