stable #2

Merged
alientim merged 89 commits from stable into dev 2024-11-15 10:37:11 +01:00
Showing only changes of commit eb785117d7 - Show all commits

View File

@@ -7,9 +7,12 @@ ExecStartPre=-/bin/sleep 120
Type=simple Type=simple
ExecStart=/usr/bin/watchdog ExecStart=/usr/bin/watchdog
Restart=on-failure Restart=on-failure
RestartSec=5s
StandardOutput=append:/var/log/watchdog
StandardError=append:/var/log/watchdog
[Install] [Install]
WantedBy=multi-user.target 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. # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.