summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2023-05-01 10:59:57 -0400
committeru <u@billy>2023-05-01 10:59:57 -0400
commitd2230e3e4e97d922d97bc2ebd26075decf1dd511 (patch)
treeb820cddf51ae3827405d9d80c9084a5617cb6074
parent8bd7314490e12d5501818e597144ffd5acc75564 (diff)
always restart serviceHEADmaster
-rw-r--r--suspend-below-battery-capacity.service2
1 files changed, 1 insertions, 1 deletions
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
3 3
4[Service] 4[Service]
5ExecStart = suspend-below-battery-capacity 50 5ExecStart = suspend-below-battery-capacity 50
6Restart = on-failure 6Restart = always
7 7
8[Install] 8[Install]
9WantedBy = default.target 9WantedBy = default.target