Installing NiFi as a Service

Provides steps to install NiFi as a service.

You have installed NiFi on Linux.

  1. Navigate to the NiFi installation directory.
  2. 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