mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
systemd: note that reflector.service is due for removal, add reflector.service.d
This commit is contained in:
parent
9e676e52c1
commit
0a0c8822af
@ -1,3 +1,5 @@
|
|||||||
|
# This file is due for removal once I get
|
||||||
|
# https://aminda.eu/blog/english/2015/10/09/arch-reflector.html updated
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Pacman mirrorlist update
|
Description=Pacman mirrorlist update
|
||||||
Requires=network-online.target
|
Requires=network-online.target
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
# Remember reflector --list-countries
|
||||||
|
ExecStart=/usr/bin/reflector --save /etc/pacman.d/mirrorlist --protocol https --country 'Finland,Sweden,Norway,Estonia,Germany' --latest 25 --sort rate
|
Loading…
Reference in New Issue
Block a user