summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-oomscoreadjust-positive.service
blob: 456a8f80cf8b0a7cb5807389d2e077a18d0ba8ea (plain)
1
2
3
4
5
6
7
[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