From af3fca5111290070cd5001a39ef3bcad117d592f Mon Sep 17 00:00:00 2001 From: Fabian Franz BSc Date: Wed, 2 Oct 2024 11:26:20 +0200 Subject: [PATCH] Create ambedwatchdog.timer --- scripts/ambedwatchdog.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/ambedwatchdog.timer 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