일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Atlassian
- 스크립트
- 자바스크립트
- 노드
- 우분투
- Linux
- Windows
- postgres
- script
- python
- install
- PostgreSQL
- 아틀라시안
- 3.0
- ubuntu
- DATABASE
- java
- JS
- DB
- 리눅스
- hamonikr
- javascript
- 파이썬
- 설치
- 윈도우
- node
- 자바
- 설정
- 데이터베이스
- 하모니카
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