diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-09-12 15:40:55 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-09-12 15:40:55 +0200 |
commit | e4e7b019fe5266d2d8f7b106871da2fed5910c88 (patch) | |
tree | fa406fd2f887a47b08c1eb1e38503ee3887586e9 /coreboot-battery-threshold.service | |
download | coreboot-battery-threshold-e4e7b019fe5266d2d8f7b106871da2fed5910c88.tar.gz coreboot-battery-threshold-e4e7b019fe5266d2d8f7b106871da2fed5910c88.tar.bz2 coreboot-battery-threshold-e4e7b019fe5266d2d8f7b106871da2fed5910c88.zip |
Initial commit
Diffstat (limited to 'coreboot-battery-threshold.service')
-rw-r--r-- | coreboot-battery-threshold.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coreboot-battery-threshold.service b/coreboot-battery-threshold.service new file mode 100644 index 0000000..4f03888 --- /dev/null +++ b/coreboot-battery-threshold.service @@ -0,0 +1,9 @@ +[Unit] +Description=Set battery thresholds on corebooted devices + +[Service] +Type=simple +ExecStart=/data/bin/coreboot-battery-threshold -s 67 -p 100 + +[Install] +WantedBy=multi-user.target |