refactor: use nginx -s reload instead of systemd

- doc: add comment
This commit is contained in:
2026-08-17 10:10:14 +08:00
parent 79f18fcdea
commit f536987a7e
62 changed files with 2216 additions and 598 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
## 1. daemon 配置
`/etc/yms-daemon/yms-daemon.toml` 使用以下精确内容。`systemctl_path` 用于 host Nginx reload,必须填写该服务器 `command -v systemctl` 的精确输出
`/etc/yms-daemon/yms-daemon.toml` 使用以下精确内容。`systemctl_path` 用于 native backend systemd 操作;本地 Nginx 切流固定使用 `/usr/sbin/nginx -s reload`
```toml
[daemon]