mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-01 07:59:22 +01:00
12 lines
281 B
Desktop File
12 lines
281 B
Desktop File
[Unit]
|
|
Description=Pacman mirrorlist update
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/reflector --protocol https --latest 30 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
|
|
|
|
[Install]
|
|
RequiredBy=multi-user.target
|