mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
19 lines
751 B
XML
19 lines
751 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>norbiros@protonmail.com</email>
|
|
<name>Norbiros</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">hakavlad/nohang</remote-id>
|
|
<bugs-to>https://github.com/hakavlad/nohang/issues</bugs-to>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
Nohang is a lightweight OOM prevention daemon that monitors system memory and can take action (e.g. sending SIGTERM or SIGKILL) when memory is critically low. It helps improve system responsiveness and stability under memory pressure.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="systemd">Install systemd service file</flag>
|
|
</use>
|
|
</pkgmetadata>
|