From b92150590662ea974ce9aafd9a2138181ae519c9 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 13:45:55 +0100 Subject: [PATCH] etc/systemd/system/watchdog.service aktualisiert --- etc/systemd/system/watchdog.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service index 1146e9e..dd878e8 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog.service @@ -3,8 +3,9 @@ Description=Watchdog Monitor Service After=network.target getty@tty1.service [Service] -ExecStartPre=-/bin/sleep 120 +ExecStartPre=-/bin/sleep 10 Type=simple +User=loginuser ExecStart=/usr/bin/watchdog/watchdog Restart=on-failure RestartSec=5s