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 defaultsTo disable starting the service when the machine is rebooted:
$ update-rc.d -f TALEND-ESB-CONTAINER-service removeTo start the service:
$ /etc/init.d/TALEND-ESB-CONTAINER-service startTo stop the service:
$ /etc/init.d/TALEND-ESB-CONTAINER-service stopTo uninstall the service:
$ rm /etc/init.d/TALEND-ESB-CONTAINER-service