# keeper **Repository Path**: wshmaple/keeper ## Basic Information - **Project Name**: keeper - **Description**: No description available - **Primary Language**: C++ - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # keeper 守护进程 ##在Windows服务器上以系统服务形式间接启动自定义程序进程, 并守护自定义进程,在其意外退出时重新运行 #安装 1.配置WindowsService.conf(json格式)文件 WindowsService.conf内容示例: {"FilePath":"my_test.exe","ServiceName":"MyTest","ServiceDisplayName":"My Test","ServiceDescription":"Windows Service Bind My Test Exe"} FilePath: 服务运行时启动的进程文件 ServiceName: 服务安装名称 ServiceDisplayName: 服务显示名称 ServiceDescription: 服务描述 2.服务安装 以管理员权限运行bin/install.cmd 3.服务卸载 以管理员权限运行bin/uninstall.cmd