aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/files
Commit message (Collapse)AuthorAge
* aria2: Fix aria2.init start issueNaraku J2022-09-12
| | | | | | Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start. Signed-off-by: Naraku J <74468372+Narakuku@users.noreply.github.com>
* aria2: Update init scriptJeffery To2019-03-28
| | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also lets procd trigger the validation function directly, and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* aria2: Add new options and fix typosAhmar Aftab2019-02-01
| | | | | | Added new options for aria2 config and fixed some typos within aria2 init file. Signed-off-by: Ahmar Aftab <pakahmar@hotmail.com>
* aria2: fix some typoJames Qian2018-12-15
| | | | Signed-off-by: James Qian <sotux82@gmail.com>
* aria2: fixed the spelling for rpc-passwd and rpc-user.brv phoenix2018-10-25
| | | | Signed-off-by: brv phoenix <feixuekaka1@gmail.com>
* aria2: handle check_certificate=false config optionWaldemar Konik2018-09-20
| | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* aria2: Add missing 'or' in section validate functionHsing-Wang Liao2017-08-25
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Rewrite init scriptHsing-Wang Liao2017-08-25
| | | | | | | | | | * Add aria2 user and group. * Use procd to start service. * Add more supported options. Compatible with previous version. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: fix bugs and make some changesHsing-Wang Liao2016-07-24
| | | | | | | | | | * 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>
* aria2: add logHostkit2016-07-17
| | | | | | add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service' with logger -t ARIA2C 'Restarting aria2c service' :D :p Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update init fileHsing-Wang Liao2016-07-16
| | | | | | This update is from #2961, thank @hostkit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add files in order to use LuCIHsing-Wang Liao2016-06-02
* Add config file. * Add init.d file. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>