From 87ce22cc0d097d9cd0297d0141eadba6c573c299 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Jun 2012 23:53:20 +0200 Subject: readahead: merge three binaries into one since the binaries share much of the same code and we better load only one binary instead of two from disk at early boot let's merge the three readahead binaries into one. This also allows us to drop a lot of duplicated code. --- units/systemd-readahead-collect.service.in | 2 +- units/systemd-readahead-replay.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'units') diff --git a/units/systemd-readahead-collect.service.in b/units/systemd-readahead-collect.service.in index 55b6776649..c597cdc5aa 100644 --- a/units/systemd-readahead-collect.service.in +++ b/units/systemd-readahead-collect.service.in @@ -17,7 +17,7 @@ ConditionVirtualization=no [Service] Type=notify -ExecStart=@rootlibexecdir@/systemd-readahead-collect +ExecStart=@rootlibexecdir@/systemd-readahead collect RemainAfterExit=yes StandardOutput=null OOMScoreAdjust=1000 diff --git a/units/systemd-readahead-replay.service.in b/units/systemd-readahead-replay.service.in index 7324ba36c5..eddf36df95 100644 --- a/units/systemd-readahead-replay.service.in +++ b/units/systemd-readahead-replay.service.in @@ -16,7 +16,7 @@ ConditionVirtualization=no [Service] Type=notify -ExecStart=@rootlibexecdir@/systemd-readahead-replay +ExecStart=@rootlibexecdir@/systemd-readahead replay RemainAfterExit=yes StandardOutput=null OOMScoreAdjust=1000 -- cgit v1.2.3-54-g00ecf