mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 12:29:10 +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.
10 lines
225 B
SYSTEMD
10 lines
225 B
SYSTEMD
[Unit]
|
|
Description=Sync arch-images releases
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/arch-images-sync.sh boxes wsl
|
|
ProtectSystem=strict
|
|
PrivateTmp=true
|
|
ReadWritePaths=/srv/ftp/lastupdate /srv/ftp/images /srv/ftp/wsl
|