Script to test the module service
Older operating systems may not have a service management system (systemd/supervisor). In such cases, a script that checks the status of the service and restarts it upon errors may help.
Create a script file (for example /etc/scripts/autostart_itgrix_bx.sh or /etc/scripts/autostart_itgrix_kmo.sh), and add the following code to it:
For Bitrix24 module:
For Kmo module:
Add a task to the cron scheduler to run the script once a minute:
For Bitrix24:
For Kmo:
Last updated