Managing the Remote Engine service
Systemd
To start the
service:
systemctl start talend-remote-engineTo stop the
service:
systemctl stop talend-remote-engineTo check the current service
status:
systemctl status talend-remote-engineTo see service activity
journal:
journalctl -u talend-remote-engineTo disable the service at system
boot:
systemctl disable talend-remote-engineSystem V (Option 1)
To start the service when the machine is
rebooted:
update-rc.d talend-remote-engine-service defaultsTo disable starting the service when the machine is
rebooted:
update-rc.d talend-remote-engine-service removeTo start the
service:
/etc/init.d/talend-remote-engine-service startTo stop the
service:
/etc/init.d/talend-remote-engine-service stopSystem V (Option 2)
To start the service when the machine is
rebooted:
chkconfig talend-remote-engine-service onTo disable starting the service when the machine is
rebooted:
chkconfig talend-remote-engine-service offTo start the
service:
service talend-remote-engine-service startTo stop the
service:
service talend-remote-engine-service off