Installing Talend Runtime as a service on systemd-based Linux systems
About this task
The Talend Runtime Container is based on Apache Karaf. Karaf Service Wrapper makes it possible to install the Talend Runtime Container as a service.
Installing the wrapper
Install the Apache Karaf Service Wrapper to generate the Talend Runtime service files.
Procedure
Results
The Talend Runtime service files are generated. You can now install the Talend Runtime service.
Installing the Talend Runtime service
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
Results
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