From 9cba3dea5ea2fa455052dc7b094b71dd6a302c68 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 24 Apr 2019 20:16:57 +0000 Subject: [PATCH] specify dht file path --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0e536bb..005f4c3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 \