Update UPS configuration values

This commit is contained in:
Wojciech Kozlowski 2022-08-30 15:08:37 +02:00
parent 59de4c40f5
commit 4f89349c0d

View File

@ -146,12 +146,12 @@ ONBATTERYDELAY 6
# If during a power failure, the remaining battery percentage # If during a power failure, the remaining battery percentage
# (as reported by the UPS) is below or equal to BATTERYLEVEL, # (as reported by the UPS) is below or equal to BATTERYLEVEL,
# apcupsd will initiate a system shutdown. # apcupsd will initiate a system shutdown.
BATTERYLEVEL 5 BATTERYLEVEL 15
# If during a power failure, the remaining runtime in minutes # If during a power failure, the remaining runtime in minutes
# (as calculated internally by the UPS) is below or equal to MINUTES, # (as calculated internally by the UPS) is below or equal to MINUTES,
# apcupsd, will initiate a system shutdown. # apcupsd, will initiate a system shutdown.
MINUTES 3 MINUTES 5
# If during a power failure, the UPS has run on batteries for TIMEOUT # If during a power failure, the UPS has run on batteries for TIMEOUT
# many seconds or longer, apcupsd will initiate a system shutdown. # many seconds or longer, apcupsd will initiate a system shutdown.