Skip to content

Commit 7e478e1

Browse files
committed
ops/service: fix typo
1 parent eab1085 commit 7e478e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ops/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Socket activation 帮助实现了服务的惰性加载,可以在不必要的
410410
当然也可以用 `socat` 来做:
411411

412412
```shell
413-
ssh -o ProxyCommand="socat - VSOCK-CONNECT:3:22" taoky@anythingyoulike
413+
ssh -o ProxyCommand="socat - VSOCK-CONNECT:3:22" user@anythingyoulike
414414
```
415415

416416
### 定时任务 {#timers}

0 commit comments

Comments
 (0)