etc/systemd/system/watchdog.service aktualisiert

This commit is contained in:
2024-10-28 13:45:55 +01:00
parent b39edf6343
commit b921505906

View File

@@ -3,8 +3,9 @@ Description=Watchdog Monitor Service
After=network.target getty@tty1.service
[Service]
ExecStartPre=-/bin/sleep 120
ExecStartPre=-/bin/sleep 10
Type=simple
User=loginuser
ExecStart=/usr/bin/watchdog/watchdog
Restart=on-failure
RestartSec=5s