diff options
-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 |