diff options
Diffstat (limited to 'releng/airootfs/etc/systemd/system/reflector-once.service')
| -rw-r--r-- | releng/airootfs/etc/systemd/system/reflector-once.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/airootfs/etc/systemd/system/reflector-once.service b/releng/airootfs/etc/systemd/system/reflector-once.service index 5a73044..bc9c479 100644 --- a/releng/airootfs/etc/systemd/system/reflector-once.service +++ b/releng/airootfs/etc/systemd/system/reflector-once.service @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=oneshot -ExecStart=/usr/bin/reflector -c HU --protocol https --sort rate --latest 20 --download-timeout 5 --threads 20 --save /etc/pacman.d/mirrorlist +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 |