From 648b9b81a43e301693c77e13dc178b865e273d2b Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 25 Aug 2016 23:41:29 +0200 Subject: README.rst: Removing update-mirrorlist system services (project seems dead and there is now update-pacman-mirrorlist: https://aur.archlinux.org/packages/update-pacman-mirrorlist/). --- system/update-mirrorlist.service | 11 ----------- system/update-mirrorlist.timer | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 system/update-mirrorlist.service delete mode 100644 system/update-mirrorlist.timer (limited to 'system') 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 - diff --git a/system/update-mirrorlist.timer b/system/update-mirrorlist.timer deleted file mode 100644 index 72d3688..0000000 --- a/system/update-mirrorlist.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Update pacman mirrorlist every Monday at 05:00 - -[Timer] -# Every Monday at 05:00 -OnCalendar=Mon *-*-* 05:00 -Persistent=true - -[Install] -WantedBy=timers.target -- cgit v1.2.3-54-g00ecf