From ae41ebb7a5c808367f0e999f71a2ab5db6b4b5af Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 25 Jul 2021 07:16:49 +0000 Subject: [PATCH] Enabling systemd-oomd --- easy-arch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/easy-arch.sh b/easy-arch.sh index 4145a39..6693f44 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -233,5 +233,9 @@ systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null systemctl enable grub-btrfs.path --root=/mnt &>/dev/null +# Enabling systemd-oom. +echo "Enabling systemd-oomd." +systemctl enable systemd-oomd --root=/mnt &>/dev/null + echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)." exit