mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-10 02:24:42 +00:00
8 lines
169 B
Desktop File
8 lines
169 B
Desktop File
[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
|