Linux/Ubuntu 16.04
[Ubuntu 16.04]노트북 절전모드 끄기
makeAppsGreat
2017. 3. 29. 13:12
제목은 노트북 절전모드 끄기라고 적어 놨지만
정확하게는 노트북 뚜껑(덮개)를 닫아도 절전모드로 진입하지 않게 하는 설정이다.
/etc/systemd/logind.conf에서
($ sudo vi /etc/systemd/logind.conf)
HandleLidSwitch항목을 ignore로 설정한다.
(HandleLidSwitch=ignore)