Prevent Ubuntu Server from Sleep: Difference between revisions

From WikiMLT
m (Spas премести страницата „Sleep“ като „Prevent Ubuntu Server from Sleep“ без пренасочване)
 
m (Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Server)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
По насточщем в <code>wiki.szs.space</code> се тества този подход:<syntaxhighlight lang="bash">
<noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server}}</noinclude>
# disable suspend:
Disable suspend:
<syntaxhighlight lang="shell" line="1">
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
 
</syntaxhighlight>
# bring it back:
Bring it back:
<syntaxhighlight lang="shell" line="1">
sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
</syntaxhighlight>
</syntaxhighlight>
 
References:
Референции:
* [https://unix.stackexchange.com/q/25133/201297 Unix & Linux : Ubuntu Server Continuously „goes to sleep“]
* [https://unix.stackexchange.com/q/25133/201297 Unix & Linux : Ubuntu Server Continuously „goes to sleep“]
* [https://askubuntu.com/q/513710/566421 Ask Ubuntu: How to prevent Ubuntu Server sleep/hibernation]
* [https://askubuntu.com/q/513710/566421 Ask Ubuntu: How to prevent Ubuntu Server sleep/hibernation]
<noinclude>[[Category:Ubuntu Server|2]]</noinclude>
<noinclude>
<div id='devStage'>
{{devStage
| Прндл  = Linux Server
| Стадий = 6
| Фаза  = Утвърждаване
| Статус = Утвърден
| ИдтПт  = Spas
| РзбПт  = Spas
| АвтПт  = Spas
| УтвПт  = {{REVISIONUSER}}
| ИдтДт  = 5.08.2022
| РзбДт  = 5.08.2022
| АвтДт  = 5.08.2022
| УтвДт  = {{Today}}
| ИдтРв  = [[Special:Permalink/29978|29978]]
| РзбРв  = [[Special:Permalink/29981|29981]]
| АвтРв  = [[Special:Permalink/29982|29982]]
| УтвРв  = {{REVISIONID}}
}}
</div>
</noinclude>

Latest revision as of 15:25, 5 August 2022

Dis­able sus­pend:

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

Ref­er­ences: