Skip to main content Skip to complementary content

Installing the Talend Runtime service on RedHat/CentOS 6 Systems

Before you begin

In the following procedure, TALEND-CONTAINER is the name of the service and is only given as an example. Note also that <TalendRuntimePath> is the Talend Runtime installation directory.

Procedure

  1. Install the service file with the following commands:
    ln -s /<TalendRuntimePath>/bin/TALEND-CONTAINER-service /etc/init.d/
    chkconfig TALEND-CONTAINER-service --add
  2. Start the service with the following command:
    service TALEND-CONTAINER-service start
  3. To start the service when the machine is rebooted, type the following command:
    chkconfig TALEND-CONTAINER-service on

Results

The service is now installed.

To stop the service, type the following command: service TALEND-CONTAINER-service stop

To disable starting the service when the machine is rebooted, type the following command: chkconfig TALEND-CONTAINER-service off

To uninstall the service, type the following commands:
chkconfig TALEND-CONTAINER-service --del
rm /etc/init.d/TALEND-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 – please let us know!