Ubuntu Disable Suspend: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2023

  • curprev 17:2117:21, 5 March 2023Noob talk contribs 1,435 bytes +1,435 Created page with "Tested on Ubuntu-mate 20.04<br \> Tested on Ubuntu-server 20.04<br \> <br \> installed ubuntu server 20.04 on giga home server and found it would suspend every 30 minutes if i was not logged in with ssh. does not suspend on virtualbox just on real hardware when xorg is installed. disable suspend:<br \> <code>sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target</code> and if you want to re-enable suspend:<br \> <code>sudo systemctl unmask..."