Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executing command blocks shell #397

Closed
gitbase opened this issue Mar 12, 2013 · 2 comments
Closed

Executing command blocks shell #397

gitbase opened this issue Mar 12, 2013 · 2 comments

Comments

@gitbase
Copy link

gitbase commented Mar 12, 2013

Hello,

I am using forever to execute a command like this -

$ forever -c coffee server.coffee

but this blocks shell and doesn't seems to run in the background! Why so ?

@smoodiver
Copy link

are you missing the 'start' command?

e.g.

$ forever start -c coffee server.coffee

@gitbase
Copy link
Author

gitbase commented Mar 13, 2013

I swear I tried that before posting and it did not work at that time. Now on a second try it does. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants