Skip to content

Draft: Add support for running as a Windows service

Zygmunt Krynicki requested to merge feature/winsvc into master

When built for Windows, netotad will now allow operation as a Windows service. There are some rough edges:

  1. The Linux build has regressed, this must be addressed before merging
  2. The configuration for the Windows service manager should be adjusted to auto-start the service
  3. The service does not handle pause/continue operations. Those commands should not be advertised out of netotad.

Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com

Merge request reports