]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-oomscoreadjust-positive.service
test: rename TEST-31-OOMPOLICY to TEST-32-OOMPOLICY
[thirdparty/systemd.git] / test / test-execute / exec-oomscoreadjust-positive.service
CommitLineData
c388dfea
RC
1[Unit]
2Description=Test for OOMScoreAdjust
3
4[Service]
cdaf5070 5ExecStart=/bin/sh -x -c 'c=$$(cat /proc/self/oom_score_adj); test "$$c" -eq 100'
c388dfea 6Type=oneshot
cdaf5070 7OOMScoreAdjust=100