1. Open "StartServer.sh" present in <Zoho/Analytics/bin> and add the below content
nohup sh app_ctl.sh run &
2. Execute the below commands
$ sudo chmod +x /etc/rc.local
$ sudo vi /etc/rc.local
3. Add the file path (StartServer.sh) that needs to be invoked upon server restart before exit 0 as given below. The screenshot is a sample, the path may vary as per environment.
4. Save and exit, now after each and every restart or startup product will get started.