Skip to main content

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!