summarylogtreecommitdiffstats
path: root/aria2-tracker-update-user.service
diff options
context:
space:
mode:
authorZhang Hua2024-03-26 20:01:19 +0800
committerZhang Hua2024-03-26 20:07:43 +0800
commitc532e85c97e1d64f2c1fc424a11cfbf5f677bf3b (patch)
tree5b566c520faa61e3c3d26925b34dc1de2594e63b /aria2-tracker-update-user.service
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 'aria2-tracker-update-user.service')
-rw-r--r--aria2-tracker-update-user.service2
1 files changed, 0 insertions, 2 deletions
diff --git a/aria2-tracker-update-user.service b/aria2-tracker-update-user.service
index f425bba61605..16f640f8e023 100644
--- a/aria2-tracker-update-user.service
+++ b/aria2-tracker-update-user.service
@@ -6,5 +6,3 @@ Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/update-aria2-tracker
-RestartSec=60s
-Restart=on-failure