Installing the Talend Runtime service on systemd-based Linux systems - Cloud

Talend Cloud Installation and Upgrade Guide

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Artifact Repository
Talend Data Stewardship
Talend Management Console
Talend Remote Engine
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2024-04-23
Available in...

Cloud API Services Platform

Cloud Data Fabric

Before you begin

In the following procedure:
  • TALEND-CONTAINER is the name that was used for the -n <Service Name> option in the wrapper:install command.
  • <TalendRuntimePath> is the Talend Runtime installation directory.

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

Procedure

  1. Install the service and enable it at system boot:
    systemctl enable <TalendRuntimePath>/bin/TALEND-CONTAINER.service
  2. Start the service:
    systemctl start TALEND-CONTAINER

Results

The service is installed and started.
You can use the following commands to manage the service:
  • To stop the service: systemctl stop TALEND-CONTAINER
  • To check the current service status: systemctl status TALEND-CONTAINER
  • To see service activity journal: journalctl -u TALEND-CONTAINER
  • To uninstall the service and disable it at system boot: systemctl disable TALEND-CONTAINER