일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 노드
- postgres
- DATABASE
- Windows
- 3.0
- node
- 윈도우
- 자바
- 아틀라시안
- 우분투
- javascript
- Atlassian
- install
- python
- 자바스크립트
- ubuntu
- DB
- java
- script
- 리눅스
- PostgreSQL
- Linux
- 파이썬
- hamonikr
- 설치
- JS
- 데이터베이스
- 하모니카
- 스크립트
- 설정
Archives
- Today
- Total
LukeHan 의 잡다한 기술 블로그
Ubuntu 에서 노트북 덮개 닫아도 대기 모드 진입하지 않도록 설정 본문
반응형
- OS : Ubuntu 22.04 LTS
sudo vi /etc/systemd/logind.conf
설정을 위해 logind.conf 파일을 연다
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#UserStopDelaySec=10
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#HandleRebootKey=reboot
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#RebootKeyIgnoreInhibited=no
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RuntimeDirectoryInodesMax=400k
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192
위와 같이 HandleLidSwitch 설정을 ignore 로 변경 적용한다
sudo systemctl restart systemd-logind.service
위와 같이 입력하여 설정 정보를 시스템에 적용한다
반응형
Comments