3 lines
No EOL
186 B
Bash
3 lines
No EOL
186 B
Bash
#!/bin/bash
|
|
mkdir -p /etc/systemd/logind.conf.d/
|
|
echo -e "[Login]\nHandlePowerKey=suspend\nHandlePowerKeyLongPress=poweroff" > /etc/systemd/logind.conf.d/dcli-forgiving-power-button.conf |