Merge pull request #18 from tommytran732/patch-1

Enabling systemd-oomd
This commit is contained in:
Tommaso Chiti 2021-07-25 09:24:05 +02:00 committed by GitHub
commit ef721a691d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,5 +229,9 @@ systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null
systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null
systemctl enable grub-btrfs.path --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)." echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)."
exit exit