14 lines
252 B
Desktop File
14 lines
252 B
Desktop File
[Unit]
|
|
Description=Highly configurable out of memory preventer
|
|
After=sysinit.target
|
|
Documentation=man:nohang(1) https://github.com/hakavlad/nohang
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/nohang
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|