Skip to main content Skip to complementary content

Installing the Talend Runtime service on Ubuntu

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 command:
    ln -s /<TalendRuntimePath>/bin/TALEND-CONTAINER-service /etc/init.d/
  2. Start the service with the following command:
    /etc/init.d/TALEND-CONTAINER-service start
  3. To start the service when the machine is rebooted, type the following command:
    update-rc.d TALEND-CONTAINER-service defaults

Results

The service is now installed.

To stop the service, type the following command: /etc/init.d/TALEND-CONTAINER-service stop

To disable starting the service when the machine is rebooted, type the following command: update-rc.d -f TALEND-CONTAINER-service remove

To uninstall the service, type the following command: 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!