diff --git a/scripts/ambedwatchdog.timer b/scripts/ambedwatchdog.timer new file mode 100644 index 0000000..6ceb90f --- /dev/null +++ b/scripts/ambedwatchdog.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Contiously monitor ambed if it crashes +Requires=xlxd.service ambed.service + +[Timer] +OnCalendar=*-*-* *:*:0/5 +Unit=ambedwatchdog.service + +[Install] +WantedBy=multi-user.target