etcd as windows service

1,012 views
Skip to first unread message

dk.c...@gmail.com

unread,
Sep 28, 2014, 8:02:59 AM9/28/14
to etcd...@googlegroups.com
is it possible to run etcd server as windows service, and how?

Jonathan Boulle

unread,
Oct 14, 2014, 5:48:07 PM10/14/14
to dk.c...@gmail.com, etcd...@googlegroups.com
We do not have any specific documentation on this but it should be perfectly feasible to use the standard process for converting an executable into a service on Windows. As a starting point:

On Sun, Sep 28, 2014 at 5:02 AM, <dk.c...@gmail.com> wrote:
is it possible to run etcd server as windows service, and how?

--
You received this message because you are subscribed to the Google Groups "etcd-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to etcd-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

chai2010

unread,
Nov 6, 2014, 3:02:41 AM11/6/14
to etcd...@googlegroups.com
I create a patch:

It can support etcd run as a windows service:

1. sc create etcd binPath= "C:\etcd\etcd.exe -data-dir=C:\etcd\etcd.service.data"
2. net start etcd
3. net stop etcd
4. sc delete etcd

在 2014年9月28日星期日UTC+8下午8时02分59秒,dk.c...@gmail.com写道:
Reply all
Reply to author
Forward
0 new messages