From e4e7b019fe5266d2d8f7b106871da2fed5910c88 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Thu, 12 Sep 2019 15:40:55 +0200 Subject: Initial commit --- coreboot-battery-threshold.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 coreboot-battery-threshold.service (limited to 'coreboot-battery-threshold.service') 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 -- cgit 1.4.1