specify dht file path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Bruder 2019-04-24 20:16:57 +00:00
parent e14c963bed
commit 9cba3dea5e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -19,6 +19,8 @@ su-exec $UID aria2c \
--force-save \
--listen-port=${LISTEN_PORT:-6881-6889} \
--dht-listen-port=${DHT_LISTEN_PORT:-6881-6889} \
--dht-file-path=/data/dht.dat \
--dht-file-path6=/data/dht6.dat \
--seed-ratio=0 \
--dir /data/ \
--save-session /data/torrents \