From b6d889a34874ed2644e896c3f1bb064d70133fbf Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 15:29:05 +0100 Subject: [PATCH] etc/systemd/system/watchdog.service aktualisiert --- etc/systemd/system/watchdog.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service index dd878e8..82be632 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog.service @@ -3,14 +3,14 @@ Description=Watchdog Monitor Service After=network.target getty@tty1.service [Service] -ExecStartPre=-/bin/sleep 10 +ExecStartPre=-/usr/bin/sleep 10 Type=simple User=loginuser -ExecStart=/usr/bin/watchdog/watchdog +ExecStart=/usr/bin/custom/watchdog Restart=on-failure RestartSec=5s -StandardOutput=append:/var/log/watchdog -StandardError=append:/var/log/watchdog +StandardOutput=append:/var/log/watchdog.log +StandardError=append:/var/log/watchdog.log [Install] WantedBy=multi-user.target