From 4a763ffec66e6192bdb1d44908a42e90613ea07d Mon Sep 17 00:00:00 2001 From: hau Date: Tue, 13 Oct 2020 13:01:55 +0700 Subject: [PATCH] earlyoom --- Applications/System/earlyoom.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Applications/System/earlyoom.md diff --git a/Applications/System/earlyoom.md b/Applications/System/earlyoom.md new file mode 100644 index 0000000..791a4a4 --- /dev/null +++ b/Applications/System/earlyoom.md @@ -0,0 +1,12 @@ +# [earlyoom](https://github.com/rfjakob/earlyoom) + +| Distribution | Package | +| ------------ | ---------- | +| Arch Linux | `earlyoom` | +| Ubuntu | `earlyoom` | + +Enable and start service: + +```sh +sudo systemctl enable --now earlyoom +```