mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
dd6c17b159
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.
14 lines
229 B
Desktop File
14 lines
229 B
Desktop File
[Meta]
|
|
Description=systemd Logging Daemon
|
|
|
|
[Service]
|
|
ExecStart=/home/lennart/projects/systemd/systemd-logger
|
|
Type=simple
|
|
TimerSlackNS=1000000
|
|
OOMScoreAdjust=40
|
|
LimitCORE=0
|
|
LimitFSIZE=0
|
|
LimitLOCKS=0
|
|
LimitMEMLOCK=0
|
|
LimitNOFILE=512
|