feat: Windows 服务 安装,启动,停止 功能
This commit is contained in:
10
test_config.json
Normal file
10
test_config.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"executable_path": "test.exe",
|
||||
"arguments": "--test",
|
||||
"working_directory": "",
|
||||
"restart_on_failure": true,
|
||||
"max_restarts": 5,
|
||||
"restart_delay": 10,
|
||||
"log_level": "INFO",
|
||||
"environment_variables": {}
|
||||
}
|
||||
Reference in New Issue
Block a user