diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service index 1146e9e..dd878e8 100644 --- a/etc/systemd/system/watchdog.service +++ b/etc/systemd/system/watchdog.service @@ -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