From 86b3bdae710a4bb13588f111951646f29f03b289 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 19:00:47 +0100 Subject: [PATCH] etc/systemd/system/watchdog-monitor.service aktualisiert --- .../system/{watchdog.service => watchdog-monitor.service} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename etc/systemd/system/{watchdog.service => watchdog-monitor.service} (57%) diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog-monitor.service similarity index 57% rename from etc/systemd/system/watchdog.service rename to etc/systemd/system/watchdog-monitor.service index 65f2427..aa0b0a1 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog-monitor.service @@ -1,14 +1,11 @@ [Unit] Description=Watchdog Monitor Service -#After=network.target getty@tty1.service +After=network.target [Service] -ExecStartPre=-/usr/bin/sleep 10 Type=simple User=loginuser -ExecStart=/usr/bin/custom/watchdog -StandardOutput=append:/var/log/watchdog.log -StandardError=append:/var/log/watchdog.log +ExecStart=/usr/bin/custom/watchdog-monitor [Install] WantedBy=multi-user.target