From bd16db4d3fdf98a4cd24ae93c10ce47113b9bc46 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Thu, 2 Apr 2026 12:43:53 +0000 Subject: [PATCH] Adjust POWERDOWNFLAG explantion of temp file system Make it easier for readers. Signed-off-by: Dan Langille --- docs/config-notes.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/config-notes.txt b/docs/config-notes.txt index 12e139b3a8..4c484e7014 100644 --- a/docs/config-notes.txt +++ b/docs/config-notes.txt @@ -584,9 +584,10 @@ become sufficiently charged. - generates a `NOTIFY_SHUTDOWN` event - waits `FINALDELAY` seconds -- typically `5` - creates the `POWERDOWNFLAG` file in its local filesystem -- usually - configured (explicitly!) to be `/etc/killpower`, or preferably be - `/var/run/nut/killpower` or `/run/nut/killpower` in a temporary file - system that disappears after reboot + configured (explicitly!) to be `/etc/killpower`. Ideally, a temporary file + system is used for this file location (one which, after reboot, has been + emptied by the OS). For example, `/var/run/nut/killpower` or + `/run/nut/killpower`. - calls the `SHUTDOWNCMD` - disconnect from `upsd` and exit (subject to `SHUTDOWNEXIT` setting)