浏览代码

docs: update README-zh.md

Yujia Qiao 4 年之前
父节点
当前提交
c128b7552d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README-zh.md

+ 2 - 0
README-zh.md

@@ -75,6 +75,8 @@ local_addr = "127.0.0.1:22" # 需要被转发的服务的地址
 
 所以你可以 `ssh myserver.com:5202` 来 ssh 到你的NAS。
 
+[Systemd examples](./examples/systemd) 中提供了一些让 `rathole` 在 Linux 上作为后台服务运行的配置示例。
+
 ## Configuration
 如果只有一个 `[server]` 和 `[client]` 块存在的话,`rathole` 可以根据配置文件的内容自动决定在服务器模式或客户端模式下运行,就像 [Quickstart](#Quickstart) 中的例子。