Auto Startup Script for SystemConsole and IHub

AndreasE
edited February 11, 2022 in Analytics #1

How to create Auto Startup Script for SystemConsole and IHub for Linux Environment?

I'm using Centos 7 with iHub version 16.2

Thanks and Regards
Andreas

Answers

  • Hello Andreas,

    One of the ways I know you can can accomplish this is by adding the scripts to a cronjob.

    In Linux you can type contab -e and add the following lines and save the file.

    @reboot /home/server/Desktop/InformationHub/modules/BIRTiHub/startiHub.sh
    @reboot /home/server/Desktop/SystemConsole/modules/SystemConsole/startupSystemConsole.sh

    Each time a reboot is done to the OS it automatically executes the scripts to startup ihub and system console.

    Regards,
    Chika