17 lines
353 B
Desktop File
17 lines
353 B
Desktop File
[Unit]
|
|
Description=Highly configurable OOM prevention daemon
|
|
Documentation=man:nohang(1) https://github.com/hakavlad/nohang
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/nohang --config /etc/nohang/nohang.conf
|
|
Slice=nohang.slice
|
|
Restart=always
|
|
KillMode=mixed
|
|
MemoryMax=100M
|
|
TasksMax=50
|
|
Nice=-15
|
|
CPUSchedulingResetOnFork=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|