Yes, you can absolutely install NiFi as a service. The commands vary a bit depending on the flavor of Linux and the init subsystem, but I believe the following will work for CentOS:
# Install NiFi as a service nifi.sh install # Set NiFi to automatically start at boot chkconfig nifi on # Start NiFi immediately service nifi start Thanks, James On Wed, May 18, 2016 at 1:07 PM, Igor Kravzov <[email protected]> wrote: > Is there a way to run NiFi as a service? >
