zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
594 stars 65 forks source link

RHEL 6 issue #41

Closed buno047 closed 8 years ago

buno047 commented 8 years ago

I was able to create a new install "app"by forever-service. However, when I "service app start" it doesnt work and shows: /usr/bin/env: node: No such file or directory Starting opiq /usr/bin/env: node: No such file or directory

any solution? Thank you very much.

arvind-agarwal commented 8 years ago

Have you looked at #2 (In the bottom of the issue)

buno047 commented 8 years ago

Thank you Arvind. For CentOS/RHEL, I had needed to find "whereis node" Then simply create a symlink of that file to /usr/bin/node and then forever-service works fine.