mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
15 lines
440 B
Desktop File
15 lines
440 B
Desktop File
# This file is due for removal once I get
|
|
# https://aminda.eu/blog/english/2015/10/09/arch-reflector.html updated
|
|
[Unit]
|
|
Description=Pacman mirrorlist update
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# Contained in `systemd-path search-binaries-default`
|
|
ExecStart=reflector --protocol https --latest 30 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
|
|
|
|
[Install]
|
|
RequiredBy=multi-user.target
|