etc/systemd/system/watchdog.service hinzugefügt

This commit is contained in:
2024-10-15 10:54:31 +02:00
parent 925f5f02f2
commit f4f791c42d

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Watchdog Monitor Service
After=network.target getty@tty1.service
[Service]
ExecStartPre=-/bin/sleep 120
Type=simple
ExecStart=/usr/bin/watchdog
Restart=on-failure
[Install]
WantedBy=multi-user.target