From 7fa77a6ed7d15465d8cbac8d92aca2d3d912fe46 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 4 Jan 2022 14:55:45 +0000 Subject: [PATCH] Create readme.txt Create Readme for watchdog --- templates/readme.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/readme.txt diff --git a/templates/readme.txt b/templates/readme.txt new file mode 100644 index 0000000..8ac96f2 --- /dev/null +++ b/templates/readme.txt @@ -0,0 +1,32 @@ +* Watchdog to take care of reliabilty issues on AMBEd as written by LX1IQ +* +* +************************************************* +* In your XLXD instance... +* Copy xlxd to /etc.init.d/ +************************************************* +* In your AMBEd instance +*copy ambed.service to /etc/systemd/system/ +*copy watchdog to /ambed/ +************************************************* +* xlxd executable must be in /xlxd/ folder +* ambed executable must be in /ambed/ folder +************************************************* +* possible options: +* +* #systemctl start ambed /starts ambed +* #systemctl status ambed /shows status of ambed +* #systemctl stop ambed /stops ambed +* # systemctl restart ambed /restarts ambed +* +* automatically get it to start on boot: +* #systemctl enable ambed +* +************************************************* +* If your usb port gets unresponsive and you get some persistent timeouts, +* the watchdog script restarts the ambed service. +* You can run it every 5 minutes by a cronjob. +* +* */5 * * * * /ambed/./watchdog >> /ambed/watchdog.log +* +***************************************************