From dd6c17b1595ff8a78ebae6cf571fd222c80bfd17 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 31 Aug 2010 01:33:39 +0200 Subject: exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework. --- test1/systemd-logger.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test1') diff --git a/test1/systemd-logger.service b/test1/systemd-logger.service index e817909433..c406d26f35 100644 --- a/test1/systemd-logger.service +++ b/test1/systemd-logger.service @@ -5,7 +5,7 @@ Description=systemd Logging Daemon ExecStart=/home/lennart/projects/systemd/systemd-logger Type=simple TimerSlackNS=1000000 -OOMAdjust=4 +OOMScoreAdjust=40 LimitCORE=0 LimitFSIZE=0 LimitLOCKS=0 -- cgit v1.2.3-54-g00ecf