X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-readahead-collect.service.in;h=56ba54f0b3a00e6dd4b6f9122049954662d1f2dc;hp=c3fb2e6447e207b4d87c1061844d181d5e29b6b9;hb=ead51eb4ed55981f290e40a871ffbca6480c4cd3;hpb=4bb2357f77c875976de5e238a5783e4e136b37b5 diff --git a/units/systemd-readahead-collect.service.in b/units/systemd-readahead-collect.service.in index c3fb2e644..56ba54f0b 100644 --- a/units/systemd-readahead-collect.service.in +++ b/units/systemd-readahead-collect.service.in @@ -8,14 +8,15 @@ [Unit] Description=Collect Read-Ahead Data DefaultDependencies=no +Wants=systemd-readahead-done.timer Conflicts=shutdown.target -Before=shutdown.target +Before=sysinit.target shutdown.target [Service] Type=notify ExecStart=@rootlibexecdir@/systemd-readahead-collect RemainAfterExit=yes +StandardOutput=null [Install] WantedBy=default.target -Also=systemd-readahead-replay.service