On Fri, Jan 17, 2014 at 12:26:22PM -0800, Gurucharan Shetty wrote:
> The following code does not add any users yet.
> 
> The visioned workflow that this piece of code should work with is:
> * Create a windows service through a startup script with
> a tool like 'sc'
> ex:  sc create ovsdb-server binpath=
>  "C:\openvswitch\usr\sbin\ovsdb-server.exe -vconsole:off
> -vsyslog:off -vfile:info --remote=ptcp:6632:127.0.0.1 --log-file
> --service-monitor --service"
> 
> * Start the service from the startup script.
> ex: sc start ovsdb-server
> 
> * Terminate the service during shutdown process.
> ex: sc stop ovsdb-server
> 
> * Abrupt termination will restart the service.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>

I'm OK with this approach.  Should we get someone who knows Windows to
review the details?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to