1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/units/systemd-readahead-replay.service.in

27 lines
757 B
SYSTEMD
Raw Normal View History

2010-09-28 05:44:22 +04: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 Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
2010-09-28 05:44:22 +04:00
# (at your option) any later version.
[Unit]
Description=Replay Read-Ahead Data
2012-06-26 20:16:00 +04:00
Documentation=man:systemd-readahead-replay.service(8)
2010-09-28 05:44:22 +04:00
DefaultDependencies=no
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
ConditionPathExists=!/run/systemd/readahead/noreplay
ConditionPathExists=/.readahead
ConditionVirtualization=no
2010-09-28 05:44:22 +04:00
[Service]
Type=notify
ExecStart=@rootlibexecdir@/systemd-readahead replay
2010-09-28 05:44:22 +04:00
RemainAfterExit=yes
StandardOutput=null
OOMScoreAdjust=1000
2010-09-28 05:44:22 +04:00
[Install]
WantedBy=default.target