mirror of
https://github.com/systemd/systemd.git
synced 2025-09-20 05:44:42 +03:00
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.
This commit is contained in:
@@ -14,7 +14,7 @@ After=default.target
|
|||||||
Before=shutdown.target
|
Before=shutdown.target
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnActiveSec=10s
|
OnActiveSec=30s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Also=systemd-readahead-collect.service
|
Also=systemd-readahead-collect.service
|
||||||
|
Reference in New Issue
Block a user