85041a9f92
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2 lines
178 B
Text
2 lines
178 B
Text
# Suspend the system when battery level drops to 5% or lower
|
|
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="[0-5]", RUN+="/usr/bin/systemctl hibernate"
|