1 # This file is part of systemd.
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
9 Description=Collect Read-Ahead Data
10 Documentation=man:systemd-readahead-replay.service(8)
11 DefaultDependencies=no
12 Wants=systemd-readahead-done.timer
13 Conflicts=shutdown.target
14 Before=sysinit.target shutdown.target
15 ConditionPathExists=!/run/systemd/readahead/cancel
16 ConditionPathExists=!/run/systemd/readahead/done
17 ConditionVirtualization=no
21 ExecStart=@rootlibexecdir@/systemd-readahead collect
25 m4_ifdef(`DEFAULT_PROCESS_LABEL',
26 SmackProcessLabel=systemd
30 WantedBy=default.target
31 Also=systemd-readahead-drop.service