journal: add color to verification progress bar
[systemd_ALT/systemd_imz.git] / units / systemd-readahead-collect.service.in
blobd4b8e67932d47e413ecfa7354293ef285f082192
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.
8 [Unit]
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
19 [Service]
20 Type=notify
21 ExecStart=@rootlibexecdir@/systemd-readahead collect
22 RemainAfterExit=yes
23 StandardOutput=null
24 OOMScoreAdjust=1000
26 [Install]
27 WantedBy=default.target
28 Also=systemd-readahead-drop.service