Skip to content

Commit

Permalink
docs: add prompt to socket config in dfdaemon (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Dec 29, 2023
1 parent 1498708 commit 7d85f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/configuration/dfdaemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ download:
unixListen:
# In linux, default value is /var/run/dfdaemon.sock.
# In macos(just for testing), default value is /tmp/dfdaemon.sock.
# If change the default path, need to specify the changed path through --daemon-sock
# when using dfget to download.
socket: ''
# Peer grpc option.
# Peer grpc service send pieces info to other peers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ download:
unixListen:
# linux 上默认路径为 /var/run/dfdaemon.sock。
# macos(仅开发、测试), 默认目录是 /tmp/dfdaemon.sock。
# 如果更改默认路径,当使用 dfget 下载时
# 需要通过 --daemon-sock 指定 socket 的路径。
socket: ''
# Peer grpc 选项。
# Peer 之间通信和下载配置。
Expand Down

0 comments on commit 7d85f03

Please sign in to comment.