From 4019a16d5b65633e5f6d671c16d3215d7f7f29fc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 4 May 2012 00:15:21 +0200 Subject: units: use OOMScoreAdjust= in the unit files to set OOM score adjust --- units/systemd-readahead-replay.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-readahead-replay.service.in') diff --git a/units/systemd-readahead-replay.service.in b/units/systemd-readahead-replay.service.in index 7387ebac08..6a101678c3 100644 --- a/units/systemd-readahead-replay.service.in +++ b/units/systemd-readahead-replay.service.in @@ -18,6 +18,7 @@ Type=notify ExecStart=@rootlibexecdir@/systemd-readahead-replay RemainAfterExit=yes StandardOutput=null +OOMScoreAdjust=1000 [Install] WantedBy=default.target -- cgit v1.2.3-54-g00ecf