Disattivare la modalità sonno di Ubuntu

Da It Ikoula wiki.
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

nl:Ubuntu slaapstand uitschakelen fr:Désactiver la mise en veille Ubuntu
Il presente articolo è stato tradotto tramite un software di traduzione automatica. È possibile visualizzare l'origine articolo qui.

pt:Desactivar o modo de sono Ubuntu es:Desactivar el modo de suspensión de Ubuntu en:Disable Ubuntu sleep mode

==Come disabilitare la modalità sleep di Ubuntu? == =

Per disabilitare lo standby sul vostro server Ubuntu, avete già bisogno di vedere lo stato del servizio standby.

systemctl status sleep.target

File:Sleep.PNG

Una volta che avete controllato questo, dovreste anche controllare lo stato degli altri servizi di monitoraggio.

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

File:Sleep2.PNG

Per sospendere il servizio di standby, potete eseguire il seguente comando:

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

File:Sleep3.PNG

Allora il servizio apparirà come "mascherato" che impedirà al vostro server di andare a dormire.

systemctl status sleep.target

File:Sleep4.PNG