Github user trixpan commented on the issue:
https://github.com/apache/nifi/pull/1137
From my tests, path finding seems to work well:
```
[trixpan@development init.d]$ ls -l nifi
lrwxrwxrwx 1 root root 34 Oct 14 15:02 nifi ->
/home/trixpan/development/nifi.sh
[trixpan@development init.d]$ ls -l /home/trixpan/development/nifi.sh
lrwxrwxrwx 1 trixpan trixpan 108 Oct 14 15:01
/home/trixpan/development/nifi.sh ->
/home/trixpan/development/nifi/nifi-assembly/target/nifi-1.1.0-SNAPSHOT-bin/nifi-1.1.0-SNAPSHOT/bin/nifi.sh
[trixpan@development init.d]$ ./nifi status
Java home: /etc/alternatives/java_sdk_1.8.0/
NiFi home:
/home/trixpan/development/nifi/nifi-assembly/target/nifi-1.1.0-SNAPSHOT-bin/nifi-1.1.0-SNAPSHOT
Bootstrap Config File:
/home/trixpan/development/nifi/nifi-assembly/target/nifi-1.1.0-SNAPSHOT-bin/nifi-1.1.0-SNAPSHOT/conf/bootstrap.conf
2016-10-14 15:03:02,399 INFO [main] org.apache.nifi.bootstrap.Command
Apache NiFi is currently running, listening to Bootstrap on port 35711,
PID=16000
[trixpan@development init.d]$
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---