Installing NiFi as a Service
You can also install NiFi as a service.
Navigate to the NiFi installation directory.
Enter:
bin/nifi.sh install
The NiFi service is installed with the default name
nifi
.You can specify a custom name by specifying that name during your install command.
For example, to install NiFi as a service with the name
dataflow
, enter:bin/nifi.sh install dataflow