On Ubuntu/Debian Systems
To install the service:
$ ln -s /home/onofreje/-release/Talend-ESB-V/container/bin/TALEND-ESB-CONTAINER-service /etc/init.d/
To start the service when the machine is rebooted:
$ update-rc.d TALEND-ESB-CONTAINER-service defaults
To disable starting the service when the machine is rebooted:
$ update-rc.d -f TALEND-ESB-CONTAINER-service remove
To start the service:
$ /etc/init.d/TALEND-ESB-CONTAINER-service start
To stop the service:
$ /etc/init.d/TALEND-ESB-CONTAINER-service stop
To uninstall the service:
$ rm /etc/init.d/TALEND-ESB-CONTAINER-service