-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: daemon mode #456
Comments
For that you need to set up a nats-server instance perhaps in a container or kubernetes. The “nats server run” is specifically just for quick access to a local development environment that’s ephemeral. See docs.nats.io |
Hi @ripienaar However, there's still no option to run |
Use the systemd units found here https://github.com/nats-io/nats-server/tree/main/util |
I found an old discussion on this here |
@ripienaar thanks for your advice. |
Hello
I'm new to NATS and natscli. I'm running a NATS JetStream with
nats server run --jetstream AJC
.I eventually need to log out from my VM, where I run this. This makes me drop the server.
Is there a way to run a nats server in a daemon mode? Smth like
nats server run -d --jetstream AJC
, where you normally specify-d
to run in a daemon mode.I'm not sure whether this is a documentation or a feature request.
The text was updated successfully, but these errors were encountered: