From 8a805481ae06675e2e0e314ffd480ce302da22e6 Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:19:28 +0000 Subject: Fixed service file --- coreboot-battery-threshold.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreboot-battery-threshold.service b/coreboot-battery-threshold.service index 4f03888..6126091 100644 --- a/coreboot-battery-threshold.service +++ b/coreboot-battery-threshold.service @@ -3,7 +3,7 @@ Description=Set battery thresholds on corebooted devices [Service] Type=simple -ExecStart=/data/bin/coreboot-battery-threshold -s 67 -p 100 +ExecStart=/usr/bin/coreboot-battery-threshold -s 67 -p 100 [Install] WantedBy=multi-user.target -- cgit 1.4.1