From 3af486a367411ac5b4266a0c196a8bc8df237527 Mon Sep 17 00:00:00 2001 From: Nippy Date: Thu, 7 May 2026 20:22:14 +0200 Subject: raveos update --- .../etc/systemd/system/reflector-once.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 raveos-calamares-theme/etc/systemd/system/reflector-once.service (limited to 'raveos-calamares-theme/etc/systemd/system') diff --git a/raveos-calamares-theme/etc/systemd/system/reflector-once.service b/raveos-calamares-theme/etc/systemd/system/reflector-once.service deleted file mode 100644 index b21c1fa..0000000 --- a/raveos-calamares-theme/etc/systemd/system/reflector-once.service +++ /dev/null @@ -1,14 +0,0 @@ -[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 -- cgit v1.3