Skip to content

Instantly share code, notes, and snippets.

@fcenobi
Forked from h0tw1r3/aria2.daemon
Created June 27, 2020 01:57
Show Gist options
  • Save fcenobi/58092ac6de0fe7adfaf6c4b9c6a93906 to your computer and use it in GitHub Desktop.
Save fcenobi/58092ac6de0fe7adfaf6c4b9c6a93906 to your computer and use it in GitHub Desktop.
Aria2c systemd service
continue
dir=/var/www/downloads
file-allocation=trunc
max-connection-per-server=4
max-concurrent-downloads=2
max-overall-download-limit=0
min-split-size=25M
[Unit]
Description=Aria2c download manager
After=network.target
[Service]
Type=simple
User=www-data
ExecStart=/usr/bin/aria2c --console-log-level=warn --enable-rpc --rpc-listen-all --conf-path=/etc/aria2.daemon
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment