Zeppelin 和 systemd

单元文件安装/卸载

此脚本接受两个参数:enabledisable,正如你可能已经猜到的,它们用于启用或禁用 Zeppelin 的 systemd 单元文件。继续并输入:

# ./bin/zeppelin-systemd-service.sh enable

此命令在您的系统上激活Zeppelin systemd单元文件。

如果您希望回滚并从所述系统中删除此单元文件,只需输入: ```

./bin/zeppelin-systemd-service.sh 禁用

### Manage Zeppelin using systemd commands

To start Zeppelin using systemd;

启动 Zeppelin 服务

To stop Zeppelin using systemd:

停止 Zeppelin 服务

To check the service health:

systemctl status zeppelin"