mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-28 08:27:43 +00:00
8 lines
167 B
Desktop File
8 lines
167 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
|