From 6776b23c32a91db7a67d20c8eb5438f8b84dce67 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 4 Jul 2023 20:34:55 +0200 Subject: [PATCH] Add overlay for systemd config to enable watchdog configuration (#2628) --- .../rootfs-overlay/usr/lib/systemd/system.conf.d/watchdog.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/usr/lib/systemd/system.conf.d/watchdog.conf diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system.conf.d/watchdog.conf b/buildroot-external/rootfs-overlay/usr/lib/systemd/system.conf.d/watchdog.conf new file mode 100644 index 000000000..8f664741a --- /dev/null +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system.conf.d/watchdog.conf @@ -0,0 +1,3 @@ +[Manager] +RuntimeWatchdogSec=default +WatchdogDevice=/dev/watchdog