| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Added new options for aria2 config and fixed some typos within aria2 init file.
Signed-off-by: Ahmar Aftab <pakahmar@hotmail.com>
|
|
|
|
| |
Signed-off-by: James Qian <sotux82@gmail.com>
|
|
|
|
| |
Signed-off-by: brv phoenix <feixuekaka1@gmail.com>
|
|
|
|
| |
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
|
|
|
|
| |
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
This update is from #2961, thank @hostkit.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
* Add config file.
* Add init.d file.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|