From 4f89349c0d5f480a6239cd3d507019dc3e4c52ef Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Tue, 30 Aug 2022 15:08:37 +0200 Subject: [PATCH] Update UPS configuration values --- root/etc/apcupsd/apcupsd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/apcupsd/apcupsd.conf b/root/etc/apcupsd/apcupsd.conf index 6326f94..3189c23 100644 --- a/root/etc/apcupsd/apcupsd.conf +++ b/root/etc/apcupsd/apcupsd.conf @@ -146,12 +146,12 @@ ONBATTERYDELAY 6 # If during a power failure, the remaining battery percentage # (as reported by the UPS) is below or equal to BATTERYLEVEL, # apcupsd will initiate a system shutdown. -BATTERYLEVEL 5 +BATTERYLEVEL 15 # If during a power failure, the remaining runtime in minutes # (as calculated internally by the UPS) is below or equal to MINUTES, # apcupsd, will initiate a system shutdown. -MINUTES 3 +MINUTES 5 # If during a power failure, the UPS has run on batteries for TIMEOUT # many seconds or longer, apcupsd will initiate a system shutdown.