You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Roberto Marturano (Jira)" <ji...@apache.org> on 2020/02/24 19:00:06 UTC

[jira] [Created] (NIFI-7192) nifi.sh install not working on systemd servers

Roberto Marturano created NIFI-7192:
---------------------------------------

             Summary: nifi.sh install not working on systemd servers
                 Key: NIFI-7192
                 URL: https://issues.apache.org/jira/browse/NIFI-7192
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Roberto Marturano
            Assignee: Roberto Marturano


Systemd is still honouring init.d services, but we need to trigger the {{systemd-sysv-generator}} in order to create a .service wrapper.

Right now works like this:

 
{code:java}
$ ./bin/nifi.sh install nifi
Service nifi installed
$ service nifi start
Failed to start nifi.service: Unit nifi.service not found.
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)