From d2230e3e4e97d922d97bc2ebd26075decf1dd511 Mon Sep 17 00:00:00 2001 From: u Date: Mon, 1 May 2023 10:59:57 -0400 Subject: always restart service --- suspend-below-battery-capacity.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suspend-below-battery-capacity.service b/suspend-below-battery-capacity.service index bd42596..45433ae 100644 --- a/suspend-below-battery-capacity.service +++ b/suspend-below-battery-capacity.service @@ -3,7 +3,7 @@ Description = Suspend machine when battery capacity drops below threshhold [Service] ExecStart = suspend-below-battery-capacity 50 -Restart = on-failure +Restart = always [Install] WantedBy = default.target -- cgit v1.2.3