- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Linux installations of the LumenVox Core package include a simple script that can be used to automatically restart the LumenVox daemons should they die for any reason.
This script is called lvservices_restarter.sh and is installed to the /etc/lumenvox directory.
In order to have the script automatically restart any stopped LumenVox processes, you must edit the system crontab configuration. WARNING: Editing crontab could potentially damage your system, so please ensure you understand what you are doing before changing system settings.
From a command line, type crontab -e to bring up the crontab vi interface. Insert the following line:
* * * * * /etc/lumenvox/lvservices_restarter.sh >> /var/log/lumenvox/lvservices.log
This will cause all errors to be logged to a new log file called lvservices.log in the /var/log/lumenvox directory.