17 lines
459 B
Desktop File
17 lines
459 B
Desktop File
[Unit]
|
|
Description=Watchdog Monitor Service
|
|
#After=network.target getty@tty1.service
|
|
|
|
[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
|
|
|
|
[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. |