From bc35b923b14e851905ff50d5c282268c94d7146d Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:27:26 -0500 Subject: [PATCH] Update windows-service.md --- nats_streaming/gettingstarted/windows-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/gettingstarted/windows-service.md b/nats_streaming/gettingstarted/windows-service.md index 6a52b78..62f3ff2 100644 --- a/nats_streaming/gettingstarted/windows-service.md +++ b/nats_streaming/gettingstarted/windows-service.md @@ -1,6 +1,6 @@ # Windows Service -The NATS Streaming Server supports running as a Windows service. There is currently no installer and instead users should use `sc.exe` to install the service: +The NATS Streaming Server supports running as a Windows service. There is currently no installer and instead users should use `sc.exe` to install the service. Here is how to create and start a NATS Streaming Server named `nats-streaming-server`. Note that the server flags should be passed in when creating the service. ```sh