systemd/units/systemd-readahead-collect.service.in

29 lines
845 B
SYSTEMD
Raw Normal View History

2010-09-28 01:44:22 +00: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 01:44:22 +00:00
# (at your option) any later version.
[Unit]
Description=Collect Read-Ahead Data
2012-06-26 16:16:00 +00:00
Documentation=man:systemd-readahead-replay.service(8)
2010-09-28 01:44:22 +00:00
DefaultDependencies=no
Wants=systemd-readahead-done.timer
2010-09-28 01:44:22 +00:00
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
2012-05-23 10:49:49 +00:00
ConditionPathExists=!/run/systemd/readahead/cancel
ConditionPathExists=!/run/systemd/readahead/done
ConditionVirtualization=no
2010-09-28 01:44:22 +00:00
[Service]
Type=notify
ExecStart=@rootlibexecdir@/systemd-readahead collect
2010-09-28 01:44:22 +00:00
RemainAfterExit=yes
StandardOutput=null
OOMScoreAdjust=1000
2010-09-28 01:44:22 +00:00
[Install]
WantedBy=default.target
Also=systemd-readahead-drop.service