diff --git a/etc/systemd/system/watchdog.service b/etc/systemd/system/watchdog.service new file mode 100644 index 0000000..fbe6fa4 --- /dev/null +++ b/etc/systemd/system/watchdog.service @@ -0,0 +1,12 @@ +[Unit] +Description=Watchdog Monitor Service +After=network.target getty@tty1.service + +[Service] +ExecStartPre=-/bin/sleep 120 +Type=simple +ExecStart=/usr/bin/watchdog +Restart=on-failure + +[Install] +WantedBy=multi-user.target \ No newline at end of file