# logsrv **Repository Path**: zxysilent/logsrv ## Basic Information - **Project Name**: logsrv - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2021-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## windows syslog save server ### logsrv.exe - window x64 64位操作系统 - usage - ```启动 cmd``` - ```./logsrv.exe``` ### logsrv386.exe - window 386 32位操作系统 - usage - ```启动 cmd``` - ```./logsrv386.exe``` ### mock.exe - mock syslog 模拟syslog - usage - ```启动 cmd``` - ```./mock.exe help``` - ```./mock.exe -h 127.0.0.1 -p 514``` ## nssm > nssm no-sucking service manager 安装windows服务 - 启动`cmd` - 安装服务命令 - ```nssm install ``` - ```nssm install ``` - ```nssm install []``` - 删除服务 - ```nssm remove``` - ```nssm remove ``` - ```nssm remove confirm``` - 启动、停止服务 - ```nssm start ``` - ```nssm stop ``` - 查询服务状态 - ```nssm status ``` - 服务控制命令 - ```nssm pause ``` - ```nssm continue ``` - ```nssm rotate ```