aria2: Add files in order to use LuCI

* Add config file.
* Add init.d file.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
This commit is contained in:
Hsing-Wang Liao
2016-05-30 15:02:08 +08:00
parent 251c1867e6
commit 8ee05d3f05
3 changed files with 94 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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'