Skip to content

Commit 32be6e4

Browse files
committed
[add] : reflector.service
1 parent 990eb08 commit 32be6e4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Unit]
2+
Description=Pacman mirrorlist update
3+
4+
[Service]
5+
Type=oneshot
6+
ExecStart=/usr/bin/reflector --protocol https --latest 30 --number 20 --sort rate --save /etc/pacman.d/mirrorlist

channels/share/airootfs.any/root/customize_airootfs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ systemctl enable pacman-init.service
271271
systemctl enable org.cups.cupsd.service
272272
systemctl enable NetworkManager.service
273273
systemctl enable alteriso-reflector.service
274+
systemctl disable reflector.service
274275

275276

276277
# TLP

0 commit comments

Comments
 (0)