This topic created in 3779 days ago, the information mentioned may be changed or developed.
为什么 我下的 aria2 重启之后 打开终端运行 aria2c 必须保持终端打开的状态,关了终端就不能运行了
2 replies • 2016-01-08 17:52:23 +08:00
 |
|
1
Tink Jan 8, 2016
你得用 daemon 模式跑
|
 |
|
2
notaCoder Jan 8, 2016
aria2c -D 或在~/.aria2/aria2.conf 里添加: daemon=true
|