2010-09-28 08:44:22 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Replay Read-Ahead Data
|
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
2010-11-19 22:24:21 +07:00
|
|
|
Before=sysinit.target shutdown.target
|
2010-10-31 05:53:12 +07:00
|
|
|
ConditionPathExists=/.readahead
|
2010-09-28 08:44:22 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
ExecStart=@rootlibexecdir@/systemd-readahead-replay
|
|
|
|
RemainAfterExit=yes
|
2011-09-23 22:42:54 +07:00
|
|
|
StandardOutput=null
|
2010-09-28 08:44:22 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|