etc/systemd/system/watchdog-monitor.service aktualisiert

This commit is contained in:
2024-10-28 19:00:47 +01:00
parent cdfd6359da
commit 86b3bdae71

View File

@@ -1,14 +1,11 @@
[Unit]
Description=Watchdog Monitor Service
#After=network.target getty@tty1.service
After=network.target
[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
ExecStart=/usr/bin/custom/watchdog-monitor
[Install]
WantedBy=multi-user.target