Merge pull request #254056 from n8henrie/master

Include note about systemd default watchdog reboot time
This commit is contained in:
Florian Klink 2023-09-10 16:07:44 +02:00 committed by GitHub
commit 688d95b6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,7 +395,9 @@ in
description = lib.mdDoc ''
The amount of time which can elapse after a reboot has been triggered
before a watchdog hardware device will automatically reboot the system.
Valid time units include "ms", "s", "min", "h", "d", and "w".
Valid time units include "ms", "s", "min", "h", "d", and "w". If left
`null`, systemd will use its default of `10min`; see also {command}`man
5 systemd-system.conf`.
'';
};