Search Criteria
Package Details: aria2cd 1.3-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/aria2cd.git (read-only, click to copy) |
---|---|
Package Base: | aria2cd |
Description: | A systemd Service to start aria2 automatically. |
Upstream URL: | https://aur.archlinux.org/packages/aria2cd |
Keywords: | aria2 systemd |
Licenses: | custom:WTFPL |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 1 |
Popularity: | 0.20 |
First Submitted: | 2021-09-02 09:14 (UTC) |
Last Updated: | 2022-10-27 03:16 (UTC) |
Dependencies (3)
- aria2 (aria2-git, aria2-fast, aria2-pro)
- systemd (systemd-homed-containers, systemd-git, systemd-selinux)
- curl (curl-minimal-git, curl-git) (optional) – for getting tracker list
Required by (0)
Sources (17)
- aria2-system.service
- aria2-system.target
- aria2-tracker-update-system.service
- aria2-tracker-update-system.timer
- aria2-tracker-update-user.service
- aria2-tracker-update-user.timer
- aria2-user.service
- aria2-user.target
- aria2.conf
- aria2.sysusers
- aria2.tmpfiles
- aria2@.service
- aria2cd.hook
- LICENSE
- notify-user-and-copy-config
- tracker-config.sh
- update-aria2-tracker
Latest Comments
ZhangHua commented on 2021-09-08 10:59 (UTC)
@mmkodali According to aria2 manual(http://aria2.github.io/manual/en/html/aria2c.html#aria2-conf), the default config path is ${HOME}/.aria2/aria2.conf or ${XDG_CONFIG_HOME}/aria2/aria2.conf. So it should work without modifying unit file.
mmkodali commented on 2021-09-08 10:16 (UTC)
Thanks for the advice.
commenting the line Requires=network.target, User=%i and adding --conf-path=/home/xxxx/.aria2/aria2.conf to aria2c allowed me to run the service.
ZhangHua commented on 2021-09-07 13:42 (UTC) (edited on 2021-09-07 13:49 (UTC) by ZhangHua)
@mmkodali Don't enable service with
systemctl enable aria2@.service
, this service file is a template unit. You should usesystemctl enable aria2@user.service
instead. See note part of https://wiki.archlinux.org/title/systemd#Using_units for more details. In this unit file, specifieruser
means username who runs aria2. You should also copy/usr/share/aria2
to/home/user/.aria2
and modify/home/user/.aria2/aria2.conf
, or the service will not start normally because you don't have needed config.mmkodali commented on 2021-09-07 12:56 (UTC)
enabling system service giving following error :