Procedure
- Create/Copy the following script to the /etc/init.d/jobserver file as explained in Installing Talend JobServer as a service on RedHat/CentOS 6.
-
Edit the
user
andjobserver
variable values in the script (with the dedicated user to run Talend JobServer, and the Talend JobServer path respectively). -
To make sure that the script is executable, type:
# chmod 0755 /etc/init.d/jobserver
-
Execute the following command:
# update-rc.d jobserver defaults 60