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 works correct #58

Open 350050183 opened 8 years ago

350050183 commented 8 years ago

the service script like below does not work in my cent os 6.4 box. /the_path_toforever/forever --plain list | sed 's/data:(\s[[0-9]]\s(chatserver)\s.)/\2-status:\1/;tx;d;:x' should replace data: to data.*,like /the_path_toforever/forever --plain list | sed 's/data.*(\s[[0-9]]\s(chatserver)\s.)/\2-status:\1/;tx;d;:x'

askucher commented 8 years ago

sudo forever-service install ide --script server.js -o " -p 8080 -l 0.0.0.0 -w /var/www/ -a user:pass" doesn't work for cloud9

according to documentation it should

arvind-agarwal commented 8 years ago

What error do you get?