mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
After=network-online.target is likely insufficient by itself. Fixes: 104d08a1db5e ("archweb: Put most services after network-online.target") Fixes: c844d0cb6ce7 ("Split storage box monitoring into new text collector")
13 lines
341 B
Django/Jinja
13 lines
341 B
Django/Jinja
[Unit]
|
|
Description=archweb rsync iso service
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=archweb
|
|
ExecStart=/usr/bin/rsync -rtlHq --delete-delay --delay-updates --safe-links --timeout=600 --contimeout=60 {{ archweb_rsync_iso_origin }} {{ archweb_rsync_iso_dir }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|