dotfiles/root/etc/udev/rules.d/99-lowbat.rules
Marko Korhonen 0c720a05fe Add automatic hibernation on low battery
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-30 17:06:32 +02:00

3 lines
178 B
Plaintext

# 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"