summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-oomscoreadjust-negative.service
blob: 63ab501c63f6a3f42a2b1e8542071f7498ba6986 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for OOMScoreAdjust

[Service]
ExecStart=/bin/bash -c 'c=$(cat /proc/self/oom_score_adj); echo $c; exit $(test $c -eq -100)'
OOMScoreAdjust=-100
Type=oneshot