New sequence for aria2

This commit is contained in:
2021-03-18 00:43:09 +01:00
parent 07828f0d6f
commit ab1f9f761e
2 changed files with 86 additions and 0 deletions

8
seqs/aria2.cfg.example Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
ARIA2_RPC_SECRET=""
ARIA2_CONF="dir=/var/lib/aria2
file-allocation=none
enable-rpc=true
rpc-secret=$ARIA2_RPC_SECRET
rpc-listen-all=true"