Systemd/test/test-execute/exec-oomscoreadjust-negativ...

8 lines
169 B
Desktop File

[Unit]
Description=Test for OOMScoreAdjust
[Service]
ExecStart=/bin/sh -x -c 'c=$$(cat /proc/self/oom_score_adj); test "$$c" -eq -100'
Type=oneshot
OOMScoreAdjust=-100