Skip to content

Instantly share code, notes, and snippets.

@dumbasPL
Forked from h0tw1r3/aria2.daemon
Created December 7, 2019 18:20
Show Gist options
  • Save dumbasPL/0fe4c0b77454350c51786a8bf0025f6c to your computer and use it in GitHub Desktop.
Save dumbasPL/0fe4c0b77454350c51786a8bf0025f6c 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