mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-03 01:44:17 +02:00
The role is now called "arch_images_sync" and iterates over arguments to handle other images types in a dedicated path in the ftp directory. It now also handles the WSL images.
11 lines
151 B
SYSTEMD
11 lines
151 B
SYSTEMD
[Unit]
|
|
Description=Sync arch-images releases hourly
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|