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