summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-07-11 17:32:24 +0200
committerLuca Boccassi <bluca@debian.org>2023-07-14 16:56:29 +0200
commit7cfef4bb48c3c8be42df76cf877de69f0d6bc93e (patch)
tree03e3f239aaae46c9f636b83a7eaa19ab1208d3cf /NEWS
parentproc-cmdline: re-implement proc_cmdline_filter_pid1_args() without using geto... (diff)
downloadsystemd-7cfef4bb48c3c8be42df76cf877de69f0d6bc93e.tar.xz
systemd-7cfef4bb48c3c8be42df76cf877de69f0d6bc93e.zip
battery-check: allow to skip by passing systemd.battery-check=0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 185126f644..c1770565e9 100644
--- a/NEWS
+++ b/NEWS
@@ -698,7 +698,8 @@ CHANGES WITH 254 in spe:
charge level of the system. In case the charge level is very low the
user is notified (graphically via Plymouth – if available – as well
as in text form on the console), and the system is turned off after a
- 10s delay.
+ 10s delay. The feature can be disabled by passing
+ systemd.battery-check=0 through the kernel command line.
* The 'passwdqc' library is now supported as an alternative to the
'pwquality' library and it can be selected at build time.