Skip to main content

On Redhat/Fedora/CentOS Systems

To install the service:

$ ln -s /home/onofreje/-release/Talend-ESB-V/container/bin/TALEND-ESB-CONTAINER-service  /etc/init.d/
$ chkconfig TALEND-ESB-CONTAINER-service --add

To start the service when the machine is rebooted:

$ chkconfig TALEND-ESB-CONTAINER-service on

To disable starting the service when the machine is rebooted:

$ chkconfig TALEND-ESB-CONTAINER-service off

To start the service:

$ service TALEND-ESB-CONTAINER-service start

To stop the service:

$ service TALEND-ESB-CONTAINER-service stop

To uninstall the service:

$ chkconfig TALEND-ESB-CONTAINER-service --del
$ 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!