diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service index 79cee81..603c12a 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog.service @@ -7,9 +7,12 @@ ExecStartPre=-/bin/sleep 120 Type=simple ExecStart=/usr/bin/watchdog Restart=on-failure +RestartSec=5s +StandardOutput=append:/var/log/watchdog +StandardError=append:/var/log/watchdog [Install] WantedBy=multi-user.target -# Version 1.0: +# Version 1.1: # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. \ No newline at end of file