Prevent Ubuntu Server from Sleep
From WikiMLT
References
- …
- …
Section 1
… Disable suspend:
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
Bring it back:
sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
References:
- Unix & Linux : Ubuntu Server Continuously „goes to sleep“
- Ask Ubuntu: How to prevent Ubuntu Server sleep/hibernation