packages/net/aria2/files/aria2.conf
Hsing-Wang Liao 8ee05d3f05 aria2: Add files in order to use LuCI
* Add config file.
* Add init.d file.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-02 16:26:02 +08:00

10 lines
236 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'
option save_session_interval '30'