ljnljn2005/dsh-octopus-launch0

dsh-octopus-launch

DSH plugin: launch a background process (e.g. octopus LLM gateway) automatically when dsh starts. Idempotent: skips if already running.

AI Analysis

在 DSH 启动时自动幂等拉起指定的后台可执行程序。适合需要将 DSH 与自定义网关、代理或其他本地后台服务绑定运行、实现一键同步启动的用户。

Package
dsh-octopus-launch
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置项

字段类型默认说明
binaryPathstring必填要拉起的可执行文件绝对路径(按自己环境填)
argsstring[]["start"]启动参数
detectCommandstringpgrep -x 检测进程是否已运行的命令
logFilestring/.dsh.log启动日志输出文件
autoStartbooleantrue是否在 dsh 启动时自动拉起
confirmDelayMsnumber1500启动后等待确认的毫秒数;0 = 不确认
recheckDelayMsnumber300启动前二次检测间隔(毫秒)