summaryrefslogtreecommitdiff
path: root/suspend-below-battery-capacity.service
blob: 45433ae59d4d60b98a8177db24137d2da8449181 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description = Suspend machine when battery capacity drops below threshhold

[Service]
ExecStart = suspend-below-battery-capacity 50
Restart = always

[Install]
WantedBy = default.target