참고 사이트 : https://wiki.archlinux.org/index.php/Power_management#Power_management_with_systemd
설명
ACPI 이벤트
power 버튼 관련된 이벤트는 ACPI(Advanced Configuration and Power Interface)에서 관리한다.
관련 설정은
/etc/systemd/logind.conf
에서 조정한다.
/etc/systemd/logind.conf 기본 설정값
일반적으로
HandlePowerKey
만 참고하면 될 것 같다.
Event Handler Description Default Value HandlePowerKey Triggered when the power key/button is pressed. poweroff HandleSuspendKey Triggered when the suspend key/button is pressed. suspend HandleHibernateKey Triggered when the hibernate key/button is pressed. hibernate HandleLidSwitch Triggered when the lid is closed, except in the cases below. suspend HandleLidSwitchDocked Triggered when the lid is closed if the system is inserted in a docking station, or more than one display is connected. ignore HandleLidSwitchExternalPower Triggered when the lid is closed if the system is connected to external power. action set for HandleLidSwitch
/etc/systemd/logind.conf 설정 변경 후에는
systemd-logind.service
재기동(restart)이 필요함
설정방법
echo "HandlePowerKey=ignore" >> /etc/systemd/logind.conf
systemctl restart systemd-logind
'Linux' 카테고리의 다른 글
[Linux] 사용자 계정 패스워드 변경 시 'passwd: 인증 토근 수정 오류' 에러 발생 원인 및 해결 방법 (0) | 2019.09.16 |
---|---|
[Linux] df 명령어 실행 시 df: '/tmp/SECUPD': Input/output error 가 발생하는 경우 (0) | 2019.06.18 |
[Linux] Linux 서버 VNC 서버 환경 설정 (0) | 2019.02.07 |
[Linux] 기존 구성된 CentOS7 서버 내 Swap 추가하기 (0) | 2019.01.14 |
[Linux] CentOS7 에서 LLDP 설정 및 동작 확인 (0) | 2019.01.13 |