summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-oomscoreadjust-negative.service
blob: 56560307968020ff09225c6f0830eac6b303edb4 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for OOMScoreAdjust

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