etc/systemd/system/watchdog.service aktualisiert

This commit is contained in:
2024-10-27 18:27:11 +01:00
parent eb74659abf
commit eb785117d7

View File

@@ -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.