aboutsummaryrefslogtreecommitdiffstats
path: root/system/update-mirrorlist.service
diff options
context:
space:
mode:
Diffstat (limited to 'system/update-mirrorlist.service')
-rw-r--r--system/update-mirrorlist.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/update-mirrorlist.service b/system/update-mirrorlist.service
deleted file mode 100644
index 9766df6..0000000
--- a/system/update-mirrorlist.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Update pacman mirrorlist
-After=local-fs.target
-ConditionFileIsExecutable=/usr/bin/update-mirrorlist
-
-[Service]
-Nice=19
-IOSchedulingClass=2
-IOSchedulingPriority=7
-ExecStart=/usr/bin/update-mirrorlist
-