fixme: Windows版本的web服务有问题,一旦从服务管理器中停止,就会自动被删除。

pull/32/merge
apexliu 2017-03-27 03:20:51 +08:00
parent 38c7f2ad97
commit d3c581a857
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ bool g_is_debug = false;
static ex_u8 g_run_type = RUN_UNKNOWN;
#define EOM_CORE_SERVICE_NAME L"EOM Teleport Core Service"
#define EOM_CORE_SERVICE_NAME L"Teleport Core Service"
static bool _run_daemon(void);

View File

@ -36,7 +36,7 @@ static ex_wstr g_py_main_func;
#define RUN_UNINST_SRV 4
static ex_u8 g_run_type = RUN_UNKNOWN;
#define EOM_WEB_SERVICE_NAME L"EOM Teleport Web Service"
#define EOM_WEB_SERVICE_NAME L"Teleport Web Service"
static bool _run_daemon(void);