在基于 systemd 的 系统上将 Talend Runtime 安装为服务
关于此任务
Talend Runtime Container 基于 Apache Karaf。借助 Karaf Service Wrapper,可以将 Talend Runtime Container 安装为服务。
安装包装器
安装 Apache Karaf Service Wrapper 以生成 Talend Runtime 服务文件。
Procedure
Results
Talend Runtime 服务文件已生成。您可以安装 Talend Runtime 服务了。
安装 Talend Runtime 服务
Before you begin
在下述步骤中:
- TALEND-CONTAINER 为在 wrapper:install 命令中 -n <Service Name> 选项使用的名称。
- <TalendRuntimePath> 是 Talend Runtime 安装目录。
以下所有命令都需要使用超级用户权限来执行。
Procedure
Results
您可以使用下述命令管理该服务。
- 停止服务: systemctl stop TALEND-CONTAINER
- 检查当前服务状态: systemctl status TALEND-CONTAINER
- 查看服务活动日志: journalctl -u TALEND-CONTAINER
- 卸载服务并在系统启动时关闭服务: systemctl disable TALEND-CONTAINER