gemlog/public/en/configure-power-button-in-armbian.gmi
2025-10-22 20:42:16 +03:00

9 lines
No EOL
247 B
Text

# Configure power button in Armbian
``` /etc/systemd/logind.conf
#/etc/systemd/logind.conf
HandlePowerKey=poweroff
HandlePowerKeyLongPress=ignore
```
* systemctl restart systemd-logind
=> https://wiki.debian.org/ConfigurePowerButton Documentation