我尝试使用以下命令将 NiFi 作为启动服务运行:
sudo systemctl enable nifi.service
我收到此错误:
nifi.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nifi
update-rc.d: error: nifi Default-Start contains no runlevels, aborting.
本教程建议对 shell 文件进行更改,但我不使用这样的文件。任何帮助,将不胜感激。
尝试为 nifi 创建 systemd 文件,下面是示例,请相应地更改路径/用户/组。
之后,您可以使用 systemctl 如下
$ sudo systemctl 守护进程重载
$ sudo systemctl 启动 nifi.service
$ sudo systemctl status nifi.service
$ sudo systemctl 启用 nifi.service