How to disable Suspend and Hibernation

Found from: https://www.tecmint.com/disable-suspend-and-hibernation-in-linux/

To disable:

sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

To check:

sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target