0

how can I disable my unit from entering sleep mode?

Using Ubuntu 14.04 Mini-ISO. Don't have a gui.

Jonathan
  • 317

1 Answers1

1

From terminal edit the acpi-support file. I have used nano, you can use any other editor:

sudo nano /etc/default/acpi-support

Then set SUSPEND_METHODS="none"

Save the file.

Then:

sudo /etc/init.d/acpid restart
Russo
  • 1,908