From 887416faac0f4b387deae573d4f6560c1269245b Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:38:57 +0000 Subject: [PATCH] Update README.md add watchdog to .md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd20dd..58b2214 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,28 @@ https://github.com/LX3JL/xlxd/blob/master/ambed/readme ```sh git clone https://github.com/n5amd/ambed-debian-installer cd ambed-debian-installer -./ambe-debian-installer +./ambed-debian-installer ``` 4. Reboot after installation is complete. -### To interact with ambed after installation: +### To interact with AMBEd after installation: ```sh systemctl start|stop|status|restart ambed ``` - Installs to /ambed - Logs are via systemctl status +### Watchdog for AMBEd +5. Install additional tools. Assuming you are still in the ambed-debian-installer dir.. +```sh +cd templates +cp watchdog /ambed/watchdog +chmod 755 /ambed/watchdog +``` +6. You can run the watchdog every 5 mins with a cron job +```sh +* */5 * * * * /ambed/./watchdog >> /ambed/watchdog.log +``` **The other parts to this install, if you need it can be found at:**