Edit '/etc/systemd/logind.conf', find "HandleLidSwitch" so becomes this (uncomment and set to poweroff):
Code: Select all
HandleLidSwitch=poweroff
HandleLidSwitchExternalPower=poweroff
Reboot to apply the change, or:
to apply directly (untested, read it on the web):
Code: Select all
systemctl restart systemd-logind
Fred