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

Suggestion: can goreman be run as a "daemon" #17

Open
liuhewei opened this issue Sep 22, 2015 · 1 comment
Open

Suggestion: can goreman be run as a "daemon" #17

liuhewei opened this issue Sep 22, 2015 · 1 comment

Comments

@liuhewei
Copy link

Sometimes I want to control these processes to be started one by one, rather than start parallel. But I can't handle it easily now:

I can use goreman run start [process], but goreman process itself must be started before. Since goreman hasn't a "daemon" model, it seems that I have to run goreman start [process] &, and then use goreman run ....

I wonder if goreman have a "daemon" model for running itself. For example:

goreman start -d  # start nothing but itself, as a daemon process
goreman run start ....  # use "goreman run" command
goreman stop   # stop goreman daemon process itself

What do you think abou this? @mattn

@csrutil
Copy link

csrutil commented Oct 8, 2022

@liuhewei Yeah, I want this feature too, there is a PM2 in nodejs world has the daemon mode, but it's too heavy

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