Hi @ray1, and welcome!
According to this page:
systemdcan handle this. I think this is what you need:Open the
/etc/systemd/logind.conf(manual):
HandlePowerKey: action on power key is pressed;HandleSuspendKey: action on suspend key is pressed.HandleHibernateKey: action on hibernate key is pressed.HandleLidSwitch: action when the lid is closed.The action can be one of
ignore,poweroff,reboot,halt,suspend,hibernateorkexec.If no configuration, default values used:
HandlePowerKey=poweroffHandleSuspendKey=suspendHandleHibernateKey=hibernateHandleLidSwitch=suspend
Hope this helps!