aria2 / aria2

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
https://aria2.github.io/
GNU General Public License v2.0
35.09k stars 3.56k forks source link

[Feature Request] System-wide configuration file #2247

Open blackteahamburger opened 4 weeks ago

blackteahamburger commented 4 weeks ago

It would be convenient if aria2 supports system-wide configuration file by default like /etc/aria2.conf. axel has/etc/axelrc.

zQueal commented 4 weeks ago

It does;

--conf-path=

Change the configuration file path to PATH. Default: $HOME/.aria2/aria2.conf if present, otherwise $XDG_CONFIG_HOME/aria2/aria2.conf.

blackteahamburger commented 2 weeks ago

But it cannot support system-wide configuration file by default without --conf-path=.