blob: 25b5f1ffcc8221703d83f18b7d5fbf2f6e31d217 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[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
|