diff options
Diffstat (limited to 'test/exec-oomscoreadjust-positive.service')
-rw-r--r-- | test/exec-oomscoreadjust-positive.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-oomscoreadjust-positive.service b/test/exec-oomscoreadjust-positive.service new file mode 100644 index 0000000000..e47a4f1392 --- /dev/null +++ b/test/exec-oomscoreadjust-positive.service @@ -0,0 +1,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 |