summarylogtreecommitdiffstats
path: root/tracker-config.sh
diff options
context:
space:
mode:
authorZhang Hua2024-03-26 20:01:19 +0800
committerZhang Hua2024-03-26 20:07:43 +0800
commitc532e85c97e1d64f2c1fc424a11cfbf5f677bf3b (patch)
tree5b566c520faa61e3c3d26925b34dc1de2594e63b /tracker-config.sh
parent14e85bad542ef69cb4ba6dabf993a5e039f6a31e (diff)
downloadaur-c532e85c97e1d64f2c1fc424a11cfbf5f677bf3b.tar.gz
Misc changes
1. Use Type=simple instead Type=fork Systemd seems to be happier with this 2. Remove tmpfiles.d and sysusers.d Use DynamicUser instead 3. Remove hardcoded arguments in service This should let user have more control 4. Adjust sandbox options in service 5. Move depends in package() So we do not need install aria2 and systemd when building 6. Update broken tracker link But users have to update it manually for installed files 7. aria2.target now runs after service and timer
Diffstat (limited to 'tracker-config.sh')
-rw-r--r--tracker-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-config.sh b/tracker-config.sh
index e48ad3f55f9d..8aa785f1a345 100644
--- a/tracker-config.sh
+++ b/tracker-config.sh
@@ -1,4 +1,4 @@
# Set $ENABLED to false to disable auto updating tracker
# Please fill $TRACKER with proper content, you can see the sample address for more info.
ENABLED=false
-TRACKER=$(curl -Ls https://cdn.staticaly.com/gh/XIU2/TrackersListCollection/master/best_aria2.txt) \ No newline at end of file
+TRACKER=$(curl -Ls https://cf.trackerslist.com/best_aria2.txt) \ No newline at end of file