From 7ba797f8b055df58461e58aa12431d3b000b5012 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:14:00 +0200 Subject: [PATCH] feat: ship ublue-update default config (#568) --- usr/etc/ublue-update/ublue-update.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr/etc/ublue-update/ublue-update.toml diff --git a/usr/etc/ublue-update/ublue-update.toml b/usr/etc/ublue-update/ublue-update.toml new file mode 100644 index 00000000000..efcc93c0e65 --- /dev/null +++ b/usr/etc/ublue-update/ublue-update.toml @@ -0,0 +1,6 @@ +[checks] + min_battery_percent = 0.0 + max_cpu_load_percent = 50.0 + max_mem_percent = 90.0 +[notify] + dbus_notify = false