Files
bee/iso/overlay/etc/systemd/system.conf.d/watchdog.conf
Mikhail Chusavitin 13189e2683 fix(iso): pet hardware watchdog via systemd RuntimeWatchdogSec=30s
Without a keepalive the kernel watchdog timer expires and reboots
the host mid-audit. Configuring RuntimeWatchdogSec lets systemd PID 1
reset /dev/watchdog every 30 s — well within the typical 60 s timeout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 23:56:42 +03:00

5 lines
182 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Manager]
# Pet the hardware watchdog every 30s so the host doesn't reboot mid-audit.
# Kernel watchdog timeout is typically 60s; 30s gives a safe 2× margin.
RuntimeWatchdogSec=30s