Skip to main content Skip to complementary content

Managing the Remote Engine service

Systemd

To start the service:
systemctl start talend-remote-engine
To stop the service:
systemctl stop talend-remote-engine
To check the current service status:
systemctl status talend-remote-engine
To see service activity journal:
journalctl -u talend-remote-engine
To disable the service at system boot:
systemctl disable talend-remote-engine

System V (Option 1)

To start the service when the machine is rebooted:
update-rc.d talend-remote-engine-service defaults
To disable starting the service when the machine is rebooted:
update-rc.d talend-remote-engine-service remove
To start the service:
/etc/init.d/talend-remote-engine-service start
To stop the service:
/etc/init.d/talend-remote-engine-service stop

System V (Option 2)

To start the service when the machine is rebooted:
chkconfig talend-remote-engine-service on
To disable starting the service when the machine is rebooted:
chkconfig talend-remote-engine-service off
To start the service:
service talend-remote-engine-service start
To stop the service:
service talend-remote-engine-service off

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 – let us know how we can improve!