Skip to main content Skip to complementary content

Installing the Talend Runtime service on RedHat/CentOS 7 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.

All the following commands have to be executed with super-user privileges.

Procedure

  1. Create the service file with the following command:
    touch /etc/systemd/system/Talend-Container.service
  2. Assign the relevant rights to the file you created:
    chmod 664 /etc/systemd/system/Talend-Container.service
  3. Paste the following content in the file while adapting it to your configuration:
    [Unit]
    Description=Talend Runtime Service
    After=network.target
    
    [Service]
    ExecStart=<TalendRuntimePath>/bin/trun
    Type=simple
    
    [Install]
    WantedBy=default.target
  4. Reload the service daemon:
    systemctl daemon-reload
  5. Start the service:
    systemctl start 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!