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
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