summaryrefslogtreecommitdiff
path: root/releng/airootfs/etc/systemd/system/reflector-once.service
blob: bc9c4797aaae78c8437294d976859d74e1a3d93e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Update pacman mirrorlist with reflector
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/reflector -c HU,AT,DE,PL,CZ --protocol https --sort rate --latest 20 --download-timeout 10 --threads 5 --save /etc/pacman.d/mirrorlist

[Install]
WantedBy=multi-user.target