From: Lennart Poettering Date: Wed, 17 Apr 2013 20:23:21 +0000 (+0200) Subject: readahead: let readahead run for a little longer X-Git-Tag: v202~28 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b7253ecda576028f52884d61d3b9e220ea3c1d81 readahead: let readahead run for a little longer Especially slower systems need more than 10s for starting the session, so let's bump this to 30s. --- diff --git a/units/systemd-readahead-done.timer b/units/systemd-readahead-done.timer index 2828d198a..41bfb2bd3 100644 --- a/units/systemd-readahead-done.timer +++ b/units/systemd-readahead-done.timer @@ -14,7 +14,7 @@ After=default.target Before=shutdown.target [Timer] -OnActiveSec=10s +OnActiveSec=30s [Install] Also=systemd-readahead-collect.service