mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
* Fix aria2c failed to start after change daemon user, issue #2985; * Change default download dir; * Clear exist log file when aria2 start; * Add log level option; * Change dir owner when start. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
|
|
config aria2 'main'
|
|
option enabled '0'
|
|
option file_allocation 'none'
|
|
option bt_enable_lpd 'true'
|
|
option enable_dht 'true'
|
|
option follow_torrent 'true'
|
|
option user 'root'
|
|
option dir '/mnt/sda1/aria2'
|
|
option save_session_interval '30'
|