diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-31 01:33:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-31 01:33:43 +0200 |
commit | dd6c17b1595ff8a78ebae6cf571fd222c80bfd17 (patch) | |
tree | 1c3409f81d533008deeb3725b27b1f2de57e204a /test1 | |
parent | 71916d3fff97c6026b5e8bb2c8e4169ab14dc3ad (diff) |
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.
Diffstat (limited to 'test1')
-rw-r--r-- | test1/systemd-logger.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |