mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
add configure-power-button-in-armbian.gmi
This commit is contained in:
parent
2c82ce3a7b
commit
4606e38f2b
2 changed files with 10 additions and 0 deletions
9
public/en/configure-power-button-in-armbian.gmi
Normal file
9
public/en/configure-power-button-in-armbian.gmi
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue