Skip to main content Skip to complementary content

Executing a Linux service script

Download and extract the complete service script: TALEND-INIT.zip.

Once downloaded, please copy this file into your Runtime host server under /etc/init.d repository.

Procedure

  1. Run the command below to grant execution permission.
    chmod 755 TALEND-INIT
  2. Activate “TALEND-INIT” as a Linux service.
    chkconfig TALEND-INIT on
  3. Change the “TALEND-INIT” chkconfig level to 123456 (to allow Linux reboot, shutdown, etc to use this script) Linux Runlevels Explained
    chkconfig --level 123456 TALEND-INIT on
  4. You may also test the service script by running the command below:
    service TALEND-INIT start

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!