diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2019-10-30 09:19:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 09:19:28 +0000 |
commit | 8a805481ae06675e2e0e314ffd480ce302da22e6 (patch) | |
tree | d35cfdc7d4ce154eef695bebfdfce9b752107739 | |
parent | Initial commit (diff) | |
download | coreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.tar.gz coreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.tar.bz2 coreboot-battery-threshold-8a805481ae06675e2e0e314ffd480ce302da22e6.zip |
-rw-r--r-- | coreboot-battery-threshold.service | 2 |
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 |