Update scripts.readme.txt

This commit is contained in:
LX1IQ 2020-08-02 10:02:00 +02:00 committed by GitHub
parent fa7b3e8098
commit 1ed96a16fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -1,11 +1,10 @@
*************************************************
*copy xlxd into /etc.init.d/
*copy ambed.service into /etc/systemd/system/
*
*copy xlxd to /etc.init.d/
*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:
*
@ -18,3 +17,10 @@
* #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
*
***************************************************