From f4f791c42df61749f110fbb6f18201cb5ae41d22 Mon Sep 17 00:00:00 2001 From: alientim Date: Tue, 15 Oct 2024 10:54:31 +0200 Subject: [PATCH] =?UTF-8?q?etc/systemd/system/watchdog.service=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/systemd/system/watchdog.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/systemd/system/watchdog.service diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service new file mode 100644 index 0000000..fbe6fa4 --- /dev/null +++ b/etc/systemd/system/watchdog.service @@ -0,0 +1,12 @@ +[Unit] +Description=Watchdog Monitor Service +After=network.target getty@tty1.service + +[Service] +ExecStartPre=-/bin/sleep 120 +Type=simple +ExecStart=/usr/bin/watchdog +Restart=on-failure + +[Install] +WantedBy=multi-user.target \ No newline at end of file