packages/net/aria2/files/aria2.conf
Hsing-Wang Liao 335e32681f aria2: fix bugs and make some changes
* 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>
2016-07-24 16:02:19 +08:00

10 lines
242 B
Text

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'