etc/systemd/system/watchdog.service aktualisiert

This commit is contained in:
2024-10-28 15:29:05 +01:00
parent e511fcb885
commit b6d889a348

View File

@@ -3,14 +3,14 @@ Description=Watchdog Monitor Service
After=network.target getty@tty1.service
[Service]
ExecStartPre=-/bin/sleep 10
ExecStartPre=-/usr/bin/sleep 10
Type=simple
User=loginuser
ExecStart=/usr/bin/watchdog/watchdog
ExecStart=/usr/bin/custom/watchdog
Restart=on-failure
RestartSec=5s
StandardOutput=append:/var/log/watchdog
StandardError=append:/var/log/watchdog
StandardOutput=append:/var/log/watchdog.log
StandardError=append:/var/log/watchdog.log
[Install]
WantedBy=multi-user.target