summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/systemd/system/reflector-once.service
blob: b21c1fa49b64418ce5247e11dd5d5b9e315f8f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Update pacman mirrorlist with reflector
Wants=network-online.target
After=network-online.target
ConditionPathExists=/etc/systemd/system/reflector-once.service
After=multi-user.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
ExecStartPost=/bin/systemctl disable reflector-once.service

[Install]
WantedBy=multi-user.target