Power Management
Table of Contents
1. System Sleep States
1.1. Check the available hardware suspend methods
Current method in square brackets
cat /sys/power/mem_sleep
1.2. High level interface (systemd)
Put the system to sleep with systemctl
systemctl sleep # systemd v256 systemctl suspend
1.2.1. Sleep hooks
To run command after/before a sleep state