diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service index 603c12a..1146e9e 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog.service @@ -5,7 +5,7 @@ After=network.target getty@tty1.service [Service] ExecStartPre=-/bin/sleep 120 Type=simple -ExecStart=/usr/bin/watchdog +ExecStart=/usr/bin/watchdog/watchdog Restart=on-failure RestartSec=5s StandardOutput=append:/var/log/watchdog