//bin目录加上 "s" 证明是从windows服务启动该程序
sc create server_name binpath="bin_path s" displayName="display_name" start=auto
sc create elasticsearch_index_sync binpath="D:\job\search-job\Search.JobService.exe s" displayName="elasticsearch index sync work" start=auto
|