Files
RPS-Client/etc/systemd/system/watchdog.service

19 lines
481 B
Desktop File

[Unit]
Description=Watchdog Monitor Service
After=network.target getty@tty1.service
[Service]
ExecStartPre=-/bin/sleep 10
Type=simple
User=loginuser
ExecStart=/usr/bin/watchdog/watchdog
Restart=on-failure
RestartSec=5s
StandardOutput=append:/var/log/watchdog
StandardError=append:/var/log/watchdog
[Install]
WantedBy=multi-user.target
# Version 1.1:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.