IT
절전모드 해제
Oh.mogilalia
2024. 4. 6. 16:52
절전모드 비활성화
아래의 명령어를 실행하면 절전모드로 전환되는 것을 비활성화할 수 있다.
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
절전모드 활성화
아래 명령은 절전모드를 활성화한다.
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target