summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <30861839+Baitinq@users.noreply.github.com>2019-10-30 09:19:28 +0000
committerGitHub <noreply@github.com>2019-10-30 09:19:28 +0000
commit8a805481ae06675e2e0e314ffd480ce302da22e6 (patch)
treed35cfdc7d4ce154eef695bebfdfce9b752107739
parentInitial commit (diff)
downloadcoreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.tar.gz
coreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.tar.bz2
coreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.zip
Fixed service file HEAD master
-rw-r--r--coreboot-battery-threshold.service2
1 files changed, 1 insertions, 1 deletions
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