893413974-bit/dsh-setting-restart ↗★ 1
dsh-setting-restart
One-click restart of the DSH service from Settings > General (通用设置 · 一键重启)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:893413974-bit/dsh-setting-restart说明文档
阅读完整 README ↗Configuration
The loader entry accepts an optional config block:
- insert:
- id: setting-restart
name: dsh-setting-restart
config:
exitDelayMs: 1500 # delay between the click response and process exit (default 1200)
waitForExitMs: 30000 # how long the helper waits for the old process to exit (default 30000)
respawn: true # set false when a supervisor (systemd/pm2) already restarts the service