mirror of https://github.com/tp4a/teleport
fixme: Windows版本的web服务有问题,一旦从服务管理器中停止,就会自动被删除。
parent
38c7f2ad97
commit
d3c581a857
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue