Unverified Commit 688d95b6 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #254056 from n8henrie/master

Include note about systemd default watchdog reboot time
parents 7605b083 5061d9da
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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`.
      '';
    };