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

service not start at reboot #28

Closed strauss69400 closed 9 years ago

strauss69400 commented 9 years ago

hi,

i installed forever-service in order to launch maildev at start.

i added maildev at service. after i launched "service maildev start". it works perfectly but when restart the system, the service is not launched.

I have to start this command every reboot :"service maildev start".

maybe i forget to execute a command.

thank you PS: sorry for my english

arvind-agarwal commented 9 years ago

Please look at #21 #2

strauss69400 commented 9 years ago

impossible to do to work forever-service at start. I tried everything, I do not see how? .is Can you help me?

arvind-agarwal commented 9 years ago

Please describe steps you have done?

Also try running the forever-service command with -e "PATH=/usr/local/bin:\$PATH" parameter. and check.

strauss69400 commented 9 years ago

yes i try this command : forever-service install maildev -s /usr/local/bin/maildev -e "PATH=/usr/local/bin:\$PATH".

it works.thank you very much